Skip to content

Commit e826ce5

Browse files
ci(github-action)!: Update actions/checkout action (v4 → v5)
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v5 |
1 parent ee79782 commit e826ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
14+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515

1616
- name: Set up Python 3.11
1717
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5

0 commit comments

Comments
 (0)