Skip to content

Commit

Permalink
Merge pull request #25 from icatproject/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.0.0

Bump actions/checkout from 3.3.0 to 4.0.0
  • Loading branch information
ajkyffin authored Sep 8, 2023
2 parents 6be7d4d + db2d482 commit 24a196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Checkout authn-simple
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Run Build
run: mvn install -DskipTests
Expand Down

0 comments on commit 24a196b

Please sign in to comment.