From 2300c3c20dd8aae66ea0e1118e7bd254c672061e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:50:23 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7. - [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/v4.1.5...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/linters.yml | 2 +- .github/workflows/pre-release-notes.yml | 2 +- .github/workflows/publishdocs.yml | 2 +- .github/workflows/release-notes.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4348d1a..333e16c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }} steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.7 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 59efc4d..b32ae68 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/pre-release-notes.yml b/.github/workflows/pre-release-notes.yml index 42917f0..bab6967 100644 --- a/.github/workflows/pre-release-notes.yml +++ b/.github/workflows/pre-release-notes.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the requested branch - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools diff --git a/.github/workflows/publishdocs.yml b/.github/workflows/publishdocs.yml index 4f6f9e3..48698f5 100644 --- a/.github/workflows/publishdocs.yml +++ b/.github/workflows/publishdocs.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout the requested branch - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 ref: ${{ github.event.ref }} diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 379aa42..f63e91b 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the requested branch - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools