Skip to content

Commit 02e036c

Browse files
breaking: the dependency actions/checkout has been updated to a new major version (vv5), which may include breaking changes. #major (#33)
Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
1 parent e200d22 commit 02e036c

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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232

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

0 commit comments

Comments
 (0)