Skip to content

Commit 8b57650

Browse files
chore(deps): update actions/checkout action to v3 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6573b2 commit 8b57650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ steps.get-token.outputs.token }}
1919
release-type: node
2020
package-name: '@netlify/blobs'
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
if: ${{ steps.release.outputs.release_created }}
2323
- uses: actions/setup-node@v2
2424
with:

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
steps:
2424
- name: Git checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v2
2828
with:

0 commit comments

Comments
 (0)