Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.3...v4.1.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 414b51f commit 01bc14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
gradle_wrapper_validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3 # docs: https://github.com/actions/checkout
- uses: actions/checkout@v4.1.5 # docs: https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
- name: Gradle wrapper validation
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: windows-latest
needs: gradle_wrapper_validation
steps:
- uses: actions/checkout@v4.1.3 # docs: https://github.com/actions/checkout
- uses: actions/checkout@v4.1.5 # docs: https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
- name: Run build
Expand All @@ -42,7 +42,7 @@ jobs:
needs: [windows_build, gradle_wrapper_validation]

steps:
- uses: actions/checkout@v4.1.3 # docs: https://github.com/actions/checkout
- uses: actions/checkout@v4.1.5 # docs: https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
- name: Run build
Expand Down

0 comments on commit 01bc14b

Please sign in to comment.