From d532fb73a0aecf7dad1ff3e3bd1c08dbef7ccd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:27:54 +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/chatops.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/publish-catpkg.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chatops.yml b/.github/workflows/chatops.yml index 46d9f6c..170aa79 100644 --- a/.github/workflows/chatops.yml +++ b/.github/workflows/chatops.yml @@ -9,7 +9,7 @@ jobs: if: startsWith(github.event.comment.body, '/') steps: - name: Checkout ChatOps repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: BSData/chatops path: chatops diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fded3ab..4584624 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: BSData/check-datafiles@v1 id: check diff --git a/.github/workflows/publish-catpkg.yml b/.github/workflows/publish-catpkg.yml index 95af53d..7f4ae03 100644 --- a/.github/workflows/publish-catpkg.yml +++ b/.github/workflows/publish-catpkg.yml @@ -9,5 +9,5 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: BSData/publish-catpkg@v1