From 8d2d22991acfe5b4054cdae61f42ccf487bf3b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 06:15:27 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fetch-licenses.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch-licenses.yaml b/.github/workflows/fetch-licenses.yaml index 1a1d3f6..e67cde1 100644 --- a/.github/workflows/fetch-licenses.yaml +++ b/.github/workflows/fetch-licenses.yaml @@ -21,10 +21,10 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Checkout this repository's auto-update-licenses branch - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Checkout official SPDX Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: spdx/license-list-data path: official-spdx-licenses # creates a tmp dir to hold the SPDX licenses from the official repo