From e12f0af30d0aefb84e933f07b075e3e15a794a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:53:50 +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.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a90a28a..aebd926 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: COMPOSE_PROJECT_NAME: docker-elk steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 ##################################################### # # diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 93300c3..2b39074 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check links uses: gaurav-nelson/github-action-markdown-link-check@v1 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9a9bffc..539bf6b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -54,7 +54,7 @@ jobs: return { version: latestVersion } } - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: steps.get-latest-release.outputs.result with: ref: ${{ matrix.branch }}