Skip to content

Commit fd9b3cb

Browse files
[gha] Bump actions/checkout from 5.0.1 to 6.0.0 in /verify-branch-name (#426)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 406e82c commit fd9b3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify-branch-name/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
using: "composite"
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
10+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1111
- name: Verify branch name
1212
env:
1313
HEAD_REF: ${{ github.head_ref }}

0 commit comments

Comments
 (0)