Skip to content

Commit

Permalink
Merge pull request #108 from jacobras/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
2 parents 8ed7b15 + c18bb6f commit 19926a9
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
checks: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
clean: ${{ github.ref == 'refs/heads/develop' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v1
Expand Down

0 comments on commit 19926a9

Please sign in to comment.