Skip to content

Commit 3572f48

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1 (#43)
1 parent a85eaf9 commit 3572f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v5.0.0
10+
uses: actions/checkout@v5.0.1
1111

1212
- name: Bootstrap Mint
1313
uses: irgaly/setup-mint@v1
@@ -35,7 +35,7 @@ jobs:
3535
SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Checkout
38-
uses: actions/checkout@v5.0.0
38+
uses: actions/checkout@v5.0.1
3939

4040
- name: Cache Swift PM
4141
uses: actions/cache@v4.3.0

0 commit comments

Comments
 (0)