Skip to content

Commit 0f95443

Browse files
renovate[bot]bittner
authored andcommitted
Update actions/checkout action to v6
1 parent d4da404 commit 0f95443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v5
13+
- uses: actions/checkout@v6
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@v5
11+
- uses: actions/checkout@v6
1212
- name: Build the container image
1313
run: docker build . -t html5validator
1414
- name: Verify validation (HTML, CSS, SVG)

0 commit comments

Comments
 (0)