From f63665b551473bc9bba8b7716986b8101166c877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:56:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 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/fetch-licenses.yaml | 4 ++-- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fetch-licenses.yaml b/.github/workflows/fetch-licenses.yaml index b8490fc..251c6bb 100644 --- a/.github/workflows/fetch-licenses.yaml +++ b/.github/workflows/fetch-licenses.yaml @@ -24,10 +24,10 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Checkout this repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Checkout official SPDX Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: spdx/license-list-data path: official-spdx-licenses # creates a tmp dir to hold the SPDX licenses from the official repo diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index dcc9316..d6c52a7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: go-version: "1.18.5" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 69f1b90..2c3a859 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: go-version: "1.18.5"