From a519f0c5639232bec02b12a71823425ffdef8908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:47:17 +0000 Subject: [PATCH] Monthly action updates: Bump actions/checkout Bumps the group-all-github-actions-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: group-all-github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/update-csl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-csl.yml b/.github/workflows/update-csl.yml index 153da0e6..baa623b6 100644 --- a/.github/workflows/update-csl.yml +++ b/.github/workflows/update-csl.yml @@ -10,7 +10,7 @@ jobs: - name: Construct the target branch name id: date run: echo "::set-output name=branch::$(date +'%Y-%m-%d-update-csl-files')" - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: "npm run update:csl" - uses: gr2m/create-or-update-pull-request-action@v1 env: