Skip to content

Commit 829b183

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a85eaf9 commit 829b183

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)