Skip to content

Commit 7009f69

Browse files
chore(deps): update actions/checkout action to v4
1 parent b0d67e6 commit 7009f69

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: [16.x]
1919

2020
steps:
21-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
21+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
2424
with:

.github/workflows/deploy-preview-vercel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
10+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1111
env:
1212
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
1313
- name: "Deploy to Vercel"

.github/workflows/deploy-vercel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
10+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1111
env:
1212
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
1313
- name: "Deploy to Vercel"

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check Out Repo
20-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
20+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2121

2222
- name: Set up Docker Buildx
2323
id: buildx

.github/workflows/eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: [16.x]
1919

2020
steps:
21-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
21+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
2424
with:

0 commit comments

Comments
 (0)