ci: Bump actions to avoid Node 20 deprecation (#6772)
This commit is contained in:
parent
882cb4a0d4
commit
b2b1e4f993
6 changed files with 8 additions and 8 deletions
4
.github/workflows/update-gradle-wrapper.yml
vendored
4
.github/workflows/update-gradle-wrapper.yml
vendored
|
|
@ -10,9 +10,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Update Gradle Wrapper
|
||||
uses: gradle-update/update-gradle-wrapper-action@v1
|
||||
uses: gradle-update/update-gradle-wrapper-action@v2
|
||||
with:
|
||||
target-branch: dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue