Skip to content

Commit

Permalink
Update actions to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack authored Jan 30, 2024
1 parent 7b87e62 commit 21b2b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/text-encoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get checker hash
id: computehash
uses: seepine/hash-files@v1
Expand All @@ -24,7 +24,7 @@ jobs:
patterns: '.github/workflows/encodingcheck/**'
- name: Cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .github/workflows/encodingcheck/build/encodingcheck
key: check-build-cache-${{ steps.computehash.outputs.hash }}
Expand Down

0 comments on commit 21b2b91

Please sign in to comment.