We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b209fa commit 472fb2dCopy full SHA for 472fb2d
.github/workflows/dependabot_hack.yml
@@ -23,12 +23,5 @@ jobs:
23
# (eventually Dependabot will do this automatically and I won't need this hack)
24
- uses: agilepathway/label-checker@v1.6.65
25
26
- # update the version in the devcontainer `Dockerfile` manually, too
27
- - uses: koalaman/shellcheck@v0.10.0
28
-
29
# update the version in `github_tag_and_release.yml` manually, too
30
- uses: golang/go@go1.24
31
32
- # update the variant version in the devcontainer.json manually, too
33
- # (see ../DEPENDENCIES.md#devcontainer-base-image-version for more info )
34
- - uses: microsoft/vscode-dev-containers@v0.245.2
0 commit comments