We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a488f2 commit d3f7c80Copy full SHA for d3f7c80
2 files changed
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
if: github.ref == 'refs/heads/main'
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
- name: "Publish Features"
15
uses: devcontainers/action@v1
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
- ubuntu:latest
21
- mcr.microsoft.com/devcontainers/base:ubuntu
22
23
24
25
- name: "Install latest devcontainer CLI"
26
run: npm install -g @devcontainers/cli
@@ -32,7 +32,7 @@ jobs:
32
33
continue-on-error: true
34
35
36
37
38
0 commit comments