Skip to content

Commit be01d60

Browse files
Bump actions/checkout from 4 to 5 in the dependencies group (#83)
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbd4590 commit be01d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Install libssl-dev
2020
run: apt-get update && apt-get install -y libssl-dev
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Build
2323
run: swift build -c release -Xswiftc -strict-concurrency=complete
2424
- name: Run tests
@@ -27,6 +27,6 @@ jobs:
2727
name: SwiftLint version 3.2.1
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: GitHub Action for SwiftLint
3232
uses: norio-nomura/action-swiftlint@3.2.1

0 commit comments

Comments
 (0)