From 42691abf34c131d6f3f54503c1875781c4bfeca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 06:51:22 +0000 Subject: [PATCH] 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/ci.yaml | 18 +++++++++--------- .github/workflows/deploy.yaml | 4 ++-- .github/workflows/labels.yaml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2994842..c090cb0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: target: ${{ steps.information.outputs.target }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run add-on information action id: information uses: frenck/action-addon-information@v1.4.2 @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run Add-on Lint uses: frenck/action-addon-linter@v2.13.2 with: @@ -62,7 +62,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: ⤵️ Check out code from GitHub -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # - name: 🚀 Run Hadolint # uses: brpaz/hadolint-action@v1.5.0 # with: @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run JQ run: | shopt -s globstar @@ -84,7 +84,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: ⤵️ Check out code from GitHub -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # - name: 🚀 Run mdl # uses: actionshub/markdownlint@2.0.2 @@ -93,7 +93,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: ⤵️ Check out code from GitHub -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # - name: 🚀 Run Shellcheck # uses: ludeeus/action-shellcheck@1.1.0 # env: @@ -104,7 +104,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: ⤵️ Check out code from GitHub -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # - name: 🚀 Run YAMLLint # uses: frenck/action-yamllint@v1.1 @@ -113,7 +113,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: ⤵️ Check out code from GitHub -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # - name: 🚀 Run Prettier # uses: creyD/prettier_action@v3.3 # with: @@ -137,7 +137,7 @@ jobs: architecture: ${{ fromJson(needs.information.outputs.architectures) }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚚 Make build cache folder run: | mkdir -p /tmp/.docker-cache diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 95e7f61..59e8ad0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -35,7 +35,7 @@ jobs: version: ${{ steps.release.outputs.version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run add-on information action id: information uses: frenck/action-addon-information@v1.4.2 @@ -75,7 +75,7 @@ jobs: architecture: ${{ fromJson(needs.information.outputs.architectures) }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🏗 Set up build cache id: cache uses: actions/cache@v3.3.1 diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index ae031a3..98d435f 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: