Skip to content

Commit 438984a

Browse files
authored
Merge pull request #18 from appotry/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 0b5f5cd + f6ee8ec commit 438984a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build Image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
# Docker Image 构建环境
2525
- name: Set up QEMU

0 commit comments

Comments
 (0)