Skip to content

Commit

Permalink
try newer checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsky committed Jan 29, 2024
1 parent 4c2173a commit bdb67b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: rojopolis/[email protected]
name: Spellcheck
- uses: actions/setup-node@v3
Expand Down

0 comments on commit bdb67b5

Please sign in to comment.