Skip to content

Commit ccc18f7

Browse files
chore(deps): update actions/checkout action to v4
1 parent 12380ff commit ccc18f7

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Download fossa cli
2020
run: |-
2121
mkdir -p $HOME/.local/bin

.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@v3
21+
- uses: actions/checkout@v4
2222
if: ${{ steps.release.outputs.release_created }}
2323
- uses: actions/setup-node@v3
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@v3
25+
uses: actions/checkout@v4
2626
- name: Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v3
2828
with:

0 commit comments

Comments
 (0)