Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 1e88745 commit b61fa20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- 20
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: ⎔ Setup node ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: ⬇️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: ⎔ Setup node ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit b61fa20

Please sign in to comment.