Skip to content

Commit 827b6cd

Browse files
chore(deps): bump actions/checkout in the github-actions-group group
Bumps the github-actions-group group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-group ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30b0146 commit 827b6cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/radioisotopes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# 0. Initialize project sources.
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
# 1. Install the Python interpreter.
3131
- name: Setup Python

0 commit comments

Comments
 (0)