From c381e3629f0153645998ce1121ab7feb817fbd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:40:06 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 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] --- .github/workflows/cancel-all.yml | 2 +- .github/workflows/cancel-self.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/main.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cancel-all.yml b/.github/workflows/cancel-all.yml index 9c3affe4..42980fe6 100644 --- a/.github/workflows/cancel-all.yml +++ b/.github/workflows/cancel-all.yml @@ -10,7 +10,7 @@ jobs: name: Task steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test Step uses: ./ # Uses an action in the root directory with: diff --git a/.github/workflows/cancel-self.yml b/.github/workflows/cancel-self.yml index b6067f15..4f30bed9 100644 --- a/.github/workflows/cancel-self.yml +++ b/.github/workflows/cancel-self.yml @@ -8,7 +8,7 @@ jobs: name: Task steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test Step uses: ./ # Uses an action in the root directory with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 51714ba0..2c46f00e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3.5.1 with: node-version: v14 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: yarn - run: yarn build - run: yarn format-check diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a230f0d..a19cf49c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test Step uses: ./ # Uses an action in the root directory with: