From f15939f0d0acf91976a5016b2866324dc79a9024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:35:40 -0700 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 (#188) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5968a9fd..a4d81dde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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: ./ @@ -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: ./ @@ -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: ./