Skip to content

Commit faa445c

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#62)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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> Co-authored-by: Xianpeng Shen <xianpeng.shen@gmail.com>
1 parent c2f94a5 commit faa445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
needs: build
242242
steps:
243243
- name: Checkout code
244-
uses: actions/checkout@v4
244+
uses: actions/checkout@v5
245245
- name: Get short SHA
246246
id: get-sha
247247
run: echo "short_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)