Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 2ba0521

Browse files
authored
Merge pull request #39 from vim/dependabot/github_actions/development/actions/checkout-4
chore(deps): bump actions/checkout from 2 to 4
2 parents 5958d89 + 3e38990 commit 2ba0521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verify-cms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:

.github/workflows/verify-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
CMS_API: ${{ vars.CMS_API }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v4
2727
with:

0 commit comments

Comments
 (0)