From 8e3cef970c971c2b3f9db09cc529ad1960f6c3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:09:52 +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/attach_files_to_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attach_files_to_release.yml b/.github/workflows/attach_files_to_release.yml index 536d0ef..a516ab3 100644 --- a/.github/workflows/attach_files_to_release.yml +++ b/.github/workflows/attach_files_to_release.yml @@ -15,7 +15,7 @@ jobs: id: vars run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//} - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ env.GITHUB_REF }} - name: sha256sums