Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07c911d

Browse files
authoredJul 17, 2023
chore(deps): update actions/checkout action to v3
1 parent ae847e8 commit 07c911d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: Fossa init
1919
run: |-
2020
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash

‎.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.