Skip to content

Commit

Permalink
upgrade GitHub Actions versions
Browse files Browse the repository at this point in the history
no special reason, just keeping current
  • Loading branch information
SethTisue committed Mar 8, 2024
1 parent 3b90103 commit 5ad801a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.5'
Expand All @@ -28,7 +28,7 @@ jobs:
( ! grep -qie Error -e Warn error.log )
- name: Cache HTMLProofer
id: cache-htmlproofer
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: tmp/.htmlproofer
key: ${{ runner.os }}-htmlproofer
Expand Down

0 comments on commit 5ad801a

Please sign in to comment.