Skip to content

Commit

Permalink
Merge pull request #157 from shipkit/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
koral-- authored Apr 22, 2024
2 parents 11207f8 + d204157 commit 414b51f
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/[email protected].2 # docs: https://github.com/actions/checkout
- uses: actions/[email protected].3 # 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/[email protected].2 # docs: https://github.com/actions/checkout
- uses: actions/[email protected].3 # 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/[email protected].2 # docs: https://github.com/actions/checkout
- uses: actions/[email protected].3 # 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 414b51f

Please sign in to comment.