Skip to content

Commit

Permalink
Merge pull request #219 from xenit-eu/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to 0ad4b8f
  • Loading branch information
renovate[bot] authored Apr 25, 2024
2 parents 0d05789 + 1f74fd2 commit f14bc81
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 @@ -8,7 +8,7 @@ jobs:
name: "build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
Expand All @@ -30,7 +30,7 @@ jobs:
- spring-boot-version: 3.+
experimental: true
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
Expand All @@ -47,7 +47,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
Expand Down

0 comments on commit f14bc81

Please sign in to comment.