Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#188)
Browse files Browse the repository at this point in the history
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](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 4f80b8e commit f15939f
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 @@ -11,7 +11,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js
uses: actions/setup-node@v4
Expand All @@ -32,7 +32,7 @@ jobs:
if: startsWith(github.head_ref, 'auto-update') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Create Autocomplete PR"
id: simple-spec
uses: ./
Expand All @@ -54,7 +54,7 @@ jobs:
if: startsWith(github.head_ref, 'auto-update') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Create Autocomplete PR"
id: diff-based-versioning
uses: ./
Expand All @@ -77,7 +77,7 @@ jobs:
if: startsWith(github.head_ref, 'auto-update') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Create Autocomplete PR"
id: spec-folder
uses: ./
Expand Down

0 comments on commit f15939f

Please sign in to comment.