Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and MrCyjaneK committed Jul 27, 2024
1 parent b22312f commit 64895ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cake_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xmruw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64895ac

Please sign in to comment.