Skip to content

Commit 7da1ed4

Browse files
chore(deps): update actions/checkout action to v5 (#366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dda101 commit 7da1ed4

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@v4
9+
uses: actions/checkout@v5
1010

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release_package:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212

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

0 commit comments

Comments
 (0)