Skip to content

Commit 1c4dc9a

Browse files
authored
Merge pull request #1120 from pidcodes/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 01365b1 + c50c3f4 commit 1c4dc9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/htmlproofer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
env:
88
HTMLPROOFER_OPTIONS: '--ignore-urls /www.andreas.org/,/www.kbles.ru/,/github.com\/KK2345\/TinyPassword$/,/github.com\/KK2345\/TinyPassword\/blob\/master\/README.md/,/www.oshec.org/,/github.com\/xuio\/Cynteract$/,/github.com\/mattomatto\/craft$/,/triparts.strikingly.com$/,/facebook.com/varioskybean$/'
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: '3.3'

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
name: Python Validator
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99
- uses: actions/setup-python@v6
1010
with:
1111
python-version: '3.x'

0 commit comments

Comments
 (0)