Skip to content

Commit 8bbb623

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad683a3 commit 8bbb623

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Set up environment
4949
uses: ./.github/actions/setup
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383

8484
- name: Set up environment
8585
uses: ./.github/actions/setup
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105

106106
- name: Set up environment
107107
uses: ./.github/actions/setup
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Checkout
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v5
122122

123123
- name: Install SwiftLint
124124
run: brew install swiftlint

0 commit comments

Comments
 (0)