Skip to content

Commit eceaaae

Browse files
Update actions/checkout action to v3.5.2
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.2 | v3.5.2 |
1 parent f2d62a9 commit eceaaae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3.0.2
22+
uses: actions/checkout@v3.5.2
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
proofs-version: ${{ steps.get-proofs-version.outputs.proofs-version }}
3333

3434
steps:
35-
- uses: actions/checkout@v3.0.2
35+
- uses: actions/checkout@v3.5.2
3636
with:
3737
fetch-depth: 0
3838

@@ -79,7 +79,7 @@ jobs:
7979
runs-on: macos-11
8080

8181
steps:
82-
- uses: actions/checkout@v3.0.2
82+
- uses: actions/checkout@v3.5.2
8383

8484
- uses: actions/setup-java@v3.5.1
8585
with:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
jvm_target: ['1.8', '11', '15']
2121

2222
steps:
23-
- uses: actions/checkout@v3.0.2
23+
- uses: actions/checkout@v3.5.2
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)