Skip to content

Commit f858dc1

Browse files
Bump actions/checkout from 2 to 4 (#18)
Co-authored-by: Nick Spaargaren <[email protected]>
1 parent 3fb2b41 commit f858dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
Deploy-Preview:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Install Vercel CLI
1515
run: npm install --global vercel@latest
1616
- name: Pull Vercel Environment Information

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
Deploy-Production:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Install Vercel CLI
1515
run: npm install --global vercel@latest
1616
- name: Pull Vercel Environment Information

0 commit comments

Comments
 (0)