Skip to content

Commit 6c564dd

Browse files
Bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86fb158 commit 6c564dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a $GITHUB_ENV
2828
2929
- name: Checkout Template
30-
uses: actions/checkout@v6.0.3
30+
uses: actions/checkout@v7.0.0
3131

3232
- name: Setup Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v6.2.0

0 commit comments

Comments
 (0)