From 98f5183e1156dab8ce336f8fbce61f114b656ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:57:18 +0000 Subject: [PATCH] actions(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/create-release.yaml | 2 +- .github/workflows/script-integrations.yaml | 4 ++-- .github/workflows/tag-release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index f64bcfc..b643921 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Draft the release id: drafter diff --git a/.github/workflows/script-integrations.yaml b/.github/workflows/script-integrations.yaml index befcd13..c6a17c4 100644 --- a/.github/workflows/script-integrations.yaml +++ b/.github/workflows/script-integrations.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up BATS v1.9.0 uses: mig4/setup-bats@v1 @@ -96,7 +96,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint the shell scripts uses: luizm/action-sh-checker@v0.7.0 diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml index 550dc42..e54df0d 100644 --- a/.github/workflows/tag-release.yaml +++ b/.github/workflows/tag-release.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch the tags run: git fetch --force --tags