chore(deps): bump actions/checkout from 3 to 4 (#21)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-09 13:11:44 +08:00
committed by GitHub
parent 4998b7d3a2
commit d6158b6368

View File

@@ -13,7 +13,7 @@ jobs:
name: check - ${{ github.ref_name }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# - uses: sergeysova/jq-action@v2
# - uses: wei/curl@v1
# - name: Install Deps
@@ -28,7 +28,7 @@ jobs:
name: test - ${{ github.ref_name }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# - uses: sergeysova/jq-action@v2
# - uses: wei/curl@v1
# - name: Install Deps