From 862b70846e1c5ff14fab0b9f4369ed61f66c8fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:26:08 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 (#270) --- .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