Skip to content

Commit dffd670

Browse files
committed
Update actions/checkout action to v6
1 parent 4c325e6 commit dffd670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Build
1313
run: |
1414
docker run --rm -v $(pwd):/app -w /app rust:alpine sh -c "

0 commit comments

Comments
 (0)