From 62ee84121b337ab21c8da7f2f6520b85cb62a1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:06:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/github-action-push-to-remote.yml | 2 +- .github/workflows/github-actions-push-image.yml | 2 +- .github/workflows/linets.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-action-push-to-remote.yml b/.github/workflows/github-action-push-to-remote.yml index 2e0b79e..db4262c 100644 --- a/.github/workflows/github-action-push-to-remote.yml +++ b/.github/workflows/github-action-push-to-remote.yml @@ -19,7 +19,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '0' diff --git a/.github/workflows/github-actions-push-image.yml b/.github/workflows/github-actions-push-image.yml index be39ad1..afed18e 100644 --- a/.github/workflows/github-actions-push-image.yml +++ b/.github/workflows/github-actions-push-image.yml @@ -27,7 +27,7 @@ jobs: id-token: write steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Log in to Docker Hub uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 diff --git a/.github/workflows/linets.yml b/.github/workflows/linets.yml index b5fdba7..2322e46 100644 --- a/.github/workflows/linets.yml +++ b/.github/workflows/linets.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v5 with: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint Dockerfile with hadolint uses: hadolint/hadolint-action@v3.1.0 with: @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install jq run: sudo apt-get install -y jq - name: Lint JSON Files