We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 392dc27 + b9a6358 commit c5167ceCopy full SHA for c5167ce
1 file changed
.github/workflows/baseline-validator.yml
@@ -67,7 +67,7 @@ jobs:
67
68
# Validate the Dev Container configuration
69
# Learn more at https://github.com/chrisreddington/validate-devcontainer
70
- - uses: chrisreddington/validate-devcontainer@v0.0.7
+ - uses: chrisreddington/validate-devcontainer@v0.0.8
71
name: "Validate Dev Container Configuration"
72
if: always()
73
with:
@@ -78,7 +78,7 @@ jobs:
78
79
# Validate the existence of required files
80
# Learn more at https://github.com/chrisreddington/validate-file-exists
81
- - uses: chrisreddington/validate-file-exists@v0.0.9
+ - uses: chrisreddington/validate-file-exists@v0.0.10
82
name: "Validate Required Files Exist"
83
84
0 commit comments