Skip to content

Commit cdba593

Browse files
Merge pull request #9 from devcontainers-community/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c157ce8 + 4e542dd commit cdba593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: devcontainers/action@v1
2222
with:
2323
publish-features: "true"

.github/workflows/test-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
test-feature:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- run: npm install -g @devcontainers/cli
3131
- run: devcontainer features test -f deno --skip-autogenerated

0 commit comments

Comments
 (0)