diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-27 16:46:16 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-07-27 19:57:23 +0200 |
| commit | 64895accd1315415b4e70e4eaff5ea2511e62672 (patch) | |
| tree | 9908ffeef6a584a1e771a6a497e72330a4e7f0a6 | |
| parent | b22312f656b5133689a1393878c4d82d529b2da6 (diff) | |
chore(deps): update actions/github-script action to v7
| -rw-r--r-- | .github/workflows/cake_wallet.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/compat.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/xmruw.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index a7169c7..27d8e88 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -202,7 +202,7 @@ jobs: rm -rf monero/contrib/depends/sources/android-ndk-r26d-linux.zip rm -rf wownero/contrib/depends/built/*/android_ndk rm -rf wownero/contrib/depends/sources/android-ndk-r26d-linux.zip - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 continue-on-error: true id: get_issue_number with: diff --git a/.github/workflows/compat.yaml b/.github/workflows/compat.yaml index 7f27a05..df42742 100644 --- a/.github/workflows/compat.yaml +++ b/.github/workflows/compat.yaml @@ -474,7 +474,7 @@ jobs: mingw, android, linux, sailfishos_aarch64, sailfishos_i486, darwin, macos, ios ] steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 continue-on-error: true id: get_issue_number with: diff --git a/.github/workflows/xmruw.yaml b/.github/workflows/xmruw.yaml index 5823405..4366f7a 100644 --- a/.github/workflows/xmruw.yaml +++ b/.github/workflows/xmruw.yaml @@ -60,7 +60,7 @@ jobs: with: name: ${{ matrix.coin }} xmruw apk path: unnamed_monero_wallet/build/app/outputs/flutter-apk/*.apk - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 continue-on-error: true id: get_issue_number with: |
