From 7c2b92eb8f3ff45523104d05c905b06d0512aaac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:42:43 +0000 Subject: [PATCH] build(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/auto-merge-dependabot.yml | 2 +- .github/workflows/ci.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index 8cd8b061..6e1010b1 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 with: target: minor diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbab6711..a99cd160 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -108,7 +108,7 @@ jobs: GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"