diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index 44c1d5e..77e1af5 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -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" diff --git a/.github/workflows/test-feature.yml b/.github/workflows/test-feature.yml index 358e8d9..bf6e364 100644 --- a/.github/workflows/test-feature.yml +++ b/.github/workflows/test-feature.yml @@ -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