Skip to content

Commit 5ad801a

Browse files
committed
upgrade GitHub Actions versions
no special reason, just keeping current
1 parent 3b90103 commit 5ad801a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: '3.0.5'
@@ -28,7 +28,7 @@ jobs:
2828
( ! grep -qie Error -e Warn error.log )
2929
- name: Cache HTMLProofer
3030
id: cache-htmlproofer
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4
3232
with:
3333
path: tmp/.htmlproofer
3434
key: ${{ runner.os }}-htmlproofer

0 commit comments

Comments
 (0)