Skip to content

Commit d4da404

Browse files
committed
Update actions/checkout action to v5
1 parent 25b993d commit d4da404

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
- name: Build the container image
1515
run: docker build . -t html5validator
1616
- name: Verify validation (HTML, CSS, SVG)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v5
1212
- name: Build the container image
1313
run: docker build . -t html5validator
1414
- name: Verify validation (HTML, CSS, SVG)

0 commit comments

Comments
 (0)