Skip to content

Commit

Permalink
[actions] update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and ljharb committed Mar 12, 2023
1 parent 246d323 commit cc0a6c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-pretest.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
with:
skip-ls-check: true
Expand All @@ -20,7 +20,7 @@ jobs:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - uses: ljharb/actions/node/install@main
# - run: npm run build
# - run: npm run posttest
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc0a6c0

Please sign in to comment.