Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.6 (#500)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent dac7d84 commit 49d71f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Project
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3.3.2
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

steps:
- name: Checkout Project
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3.3.2
Expand Down

0 comments on commit 49d71f0

Please sign in to comment.