Skip to content

Commit

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

Bump actions/checkout from 4.1.3 to 4.1.5
  • Loading branch information
koral-- committed May 7, 2024
2 parents 414b51f + 01bc14b commit 3cc1bc5
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 3cc1bc5

Please sign in to comment.