From 5bc51701d552780b572eb165f8661a60adf59e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:28:14 +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/publish-ecr.yml | 2 +- .github/workflows/publish-ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-ecr.yml b/.github/workflows/publish-ecr.yml index 0d5ef01..28d6042 100644 --- a/.github/workflows/publish-ecr.yml +++ b/.github/workflows/publish-ecr.yml @@ -21,7 +21,7 @@ jobs: ECR_REGISTRY: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Determine Container Tag run: | IMAGE_TAG="${GITHUB_REF#refs/tags/v}" diff --git a/.github/workflows/publish-ghcr.yml b/.github/workflows/publish-ghcr.yml index 18bd5e9..1b673a5 100644 --- a/.github/workflows/publish-ghcr.yml +++ b/.github/workflows/publish-ghcr.yml @@ -20,7 +20,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@v2 with: