From 53e47d40e95aa14ed44390496c478396e3b2119c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:29:10 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.3. - [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.1.0...v4.1.3) --- 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 | 16 ++++++++-------- .github/workflows/deploy.yaml | 4 ++-- .github/workflows/labels.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c1953d..efcc264 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: unbound_version: ${{ steps.information.outputs.unbound_version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: ℹ️ Gather version and environment id: information shell: bash @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: 🚀 Run Hadolint uses: brpaz/hadolint-action@v1.5.0 with: @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: 🚀 Run JQ run: | shopt -s globstar @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: 🚀 Run mdl uses: actionshub/markdownlint@2.0.2 @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: 🚀 Run Shellcheck uses: ludeeus/action-shellcheck@1.1.0 env: @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: 🚀 Run YAMLLint uses: frenck/action-yamllint@v1.3 @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: 🚀 Run Prettier uses: creyD/prettier_action@v4.2 with: @@ -133,7 +133,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: Install Latest Docker # yamllint disable rule:line-length diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 480cd36..f950c3d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -32,7 +32,7 @@ jobs: unbound_version: ${{ steps.information.outputs.unbound_version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: ℹ️ Gather version and environment id: information # yamllint disable rule:line-length @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.1.3 - name: Install Latest Docker # yamllint disable rule:line-length diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index c5aff79..4110be8 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.1.0 + uses: actions/checkout@v4.1.3 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: