Skip to content

Commit c81d00f

Browse files
Bump actions/checkout from 4 to 7 (#8)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76d1ad6 commit c81d00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: echo '${{ env.CUR_YEAR }}'
8585

8686
- name: Checkout code
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v7
8888

8989
- name: Set up Python 3.11
9090
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)