Skip to content

Commit 334f366

Browse files
chore(deps): update actions/checkout action to v6 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b788aa5 commit 334f366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
packages: write # To publish Development Containers Features
1010
contents: write # To push tags
1111
steps:
12-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
12+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1313
with:
1414
persist-credentials: false
1515
- uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3

.github/workflows/wc-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
permissions: {}
88
steps:
9-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1010
with:
1111
persist-credentials: false
1212
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0

0 commit comments

Comments
 (0)