From 162c74d5f5e0a2b3ee8bb06e72d47d39c29b34e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:52:19 +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 | 6 +++--- .github/workflows/hub.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b6a4f5..662df90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: outputs: version: ${{ steps.version-step.outputs.version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Extract current version id: version-step @@ -25,7 +25,7 @@ jobs: name: Files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Generate variants run: ./images/yourls/bin/generate-variants.sh dist/ @@ -91,7 +91,7 @@ jobs: matrix: variant: [fpm-alpine, fpm, apache] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: docker-library/official-images diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index 1a9eed4..a444bc0 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -10,7 +10,7 @@ jobs: name: Stackbrew runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: dist @@ -37,7 +37,7 @@ jobs: needs: - stackbrew steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: docker-library/official-images