Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.2
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v3.2.0 | v3.5.2 |
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 4c7a9b8 commit 04379d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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:

steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.5.2
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
proofs-version: ${{ steps.get-proofs-version.outputs.proofs-version }}

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.2

- uses: actions/setup-java@v3.9.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
jvm_target: ['1.8', '11', '15']

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0

Expand Down

0 comments on commit 04379d6

Please sign in to comment.