Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
##### [vv4](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

-   Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@dependabot](https://github.com/dependabot) in actions/checkout#1739
-   Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot) in actions/checkout#1697
-   Check out other refs/\* by commit by [@orhantoy](https://github.com/orhantoy) in actions/checkout#1774
-   Pin actions/checkout's own workflows to a known, good, stable version. by [@jww3](https://github.com/jww3) in actions/checkout#1776
  • Loading branch information
renovate[bot] committed Aug 22, 2024
1 parent e7bdfa5 commit 47699d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm run build
Expand Down

0 comments on commit 47699d4

Please sign in to comment.