Skip to content

Commit 21cd4ff

Browse files
chore(deps): update actions/checkout action to v6
1 parent b87e184 commit 21cd4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

77
steps:
88
- name: Begin CI...
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v6
1010

1111
- name: Use Node 12
1212
uses: actions/setup-node@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_package:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v6
1313

1414
- name: "yarn install"
1515
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)