Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 3a4060d commit 8c5e77f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 8c5e77f

Please sign in to comment.