Skip to content

Commit 1d804d2

Browse files
chore(deps): update actions/checkout action to v7
1 parent c6447be commit 1d804d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
Deploy-Preview:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1717
- name: Install Vercel CLI
1818
run: npm install --global vercel@latest
1919
- name: Pull Vercel Environment Information

.github/workflows/sharevb-vercel-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
Deploy-Production:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1616
- name: Install Vercel CLI
1717
run: npm install --global vercel@latest
1818
- name: Pull Vercel Environment Information

0 commit comments

Comments
 (0)