Skip to content

Commit

Permalink
Merge pull request #9 from devcontainers-community/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
github-actions[bot] authored Feb 24, 2024
2 parents c157ce8 + 4e542dd commit cdba593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: devcontainers/action@v1
with:
publish-features: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
test-feature:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm install -g @devcontainers/cli
- run: devcontainer features test -f deno --skip-autogenerated

0 comments on commit cdba593

Please sign in to comment.