Skip to content

Commit

Permalink
Merge pull request #104 from jaxxstorm/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
jaxxstorm authored Nov 10, 2024
2 parents cab2da8 + 19f5b40 commit 7f2440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
runs-on: ["ubuntu-latest"]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: npm ci
- run: npm run build
- uses: ./
Expand Down

0 comments on commit 7f2440a

Please sign in to comment.