Skip to content

Commit e4ddb79

Browse files
Update actions/checkout action to v6
1 parent ba86abe commit e4ddb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SwiftyESBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- '5'
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
- name: Use a cache for ".build" directory.
3333
uses: actions/cache@v4
3434
with:

0 commit comments

Comments
 (0)