Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davidburstrom committed Apr 25, 2024
1 parent af375dd commit fa092e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- name: Set up JDK 11
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Set up JDK 11
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fa092e9

Please sign in to comment.