Skip to content

Commit

Permalink
Merge pull request #49 from szepeviktor/patch-2
Browse files Browse the repository at this point in the history
Upgrade actions
  • Loading branch information
adamlaki authored Mar 13, 2024
2 parents 7906b51 + 296a82a commit 93d0916
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Run Lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1
with:
args: >-
--verbose
Expand All @@ -32,7 +32,7 @@ jobs:
fail: true
-
name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
-
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '~/.cache/pip'
key: '${{ runner.os }}-pip-yamllint'
Expand Down

0 comments on commit 93d0916

Please sign in to comment.