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 Oct 24, 2023
1 parent 0687f41 commit a048dd9
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 @@ -22,7 +22,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

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

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

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

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

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

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

0 comments on commit a048dd9

Please sign in to comment.