Skip to content

Commit

Permalink
fix: update node and checkout actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasialanz committed Aug 14, 2024
1 parent f1bb792 commit bfff3cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
Expand All @@ -16,11 +16,11 @@ jobs:
generate_report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
with:
product-name: Test
- uses: peter-evans/create-pull-request@v4
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "docs: Generate a VPAT"
Expand Down

0 comments on commit bfff3cc

Please sign in to comment.