From 40b54cce4e69271733b213333720c4ae5191b282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:29:22 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 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.6...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/builder.yml | 12 ++++++------ .github/workflows/release-drafter.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 783f199..f3713a6 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -26,7 +26,7 @@ jobs: release: ${{ steps.version.outputs.version }} steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: version: ["3.17", "3.18", "3.19", "3.20"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -118,7 +118,7 @@ jobs: version: ["buster", "bullseye", "bookworm"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -163,7 +163,7 @@ jobs: version: ["16.04", "18.04", "20.04"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -207,7 +207,7 @@ jobs: version: ["buster", "bullseye", "bookworm"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Login to GitHub Container Registry if: github.event_name == 'release' @@ -253,7 +253,7 @@ jobs: python: ["3.10", "3.11", "3.12"] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Login to GitHub Container Registry if: github.event_name == 'release' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ba25e18..e1b1b03 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ jobs: name: Release Drafter steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0