Skip to content

Commit 6682509

Browse files
committed
Update actions/checkout action to v3.0.2
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.0 | v3.0.2 | | github-tags | actions/checkout | v3.0.0 | v3.0.2 | | github-tags | actions/checkout | v3.0.0 | v3.0.2 |
1 parent 4108811 commit 6682509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
endpoints-version: ${{ steps.get-endpoints-version.outputs.endpoints-version }}
3131

3232
steps:
33-
- uses: actions/[email protected].0
33+
- uses: actions/[email protected].2
3434
with:
3535
fetch-depth: 0
3636

@@ -67,7 +67,7 @@ jobs:
6767
runs-on: macos-11
6868

6969
steps:
70-
- uses: actions/[email protected].0
70+
- uses: actions/[email protected].2
7171

7272
- uses: actions/[email protected]
7373
with:

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 20
1515

1616
steps:
17-
- uses: actions/[email protected].0
17+
- uses: actions/[email protected].2
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)