Skip to content

Commit 2ffa2ba

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 050bee2 commit 2ffa2ba

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@v4.2.2
10+
uses: actions/checkout@v5.0.0
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@v4.2.2
38+
uses: actions/checkout@v5.0.0
3939

4040
- name: Cache Swift PM
4141
uses: actions/[email protected]

0 commit comments

Comments
 (0)