We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b993d commit d4da404Copy full SHA for d4da404
2 files changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
14
- name: Build the container image
15
run: docker build . -t html5validator
16
- name: Verify validation (HTML, CSS, SVG)
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
9
0 commit comments