Skip to content

Commit b99fb58

Browse files
breaking: the dependency actions/checkout has been updated to a new major version (v6), which may include breaking changes. #major
1 parent 47b8b4b commit b99fb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
using: "composite"
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
31+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3232

3333
- name: Install gh and jq
3434
shell: bash

0 commit comments

Comments
 (0)