Skip to content

Commit c1a0af8

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#92)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 240f38f commit c1a0af8

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@v4.2.2
30+
uses: actions/checkout@v5.0.0
3131

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

0 commit comments

Comments
 (0)