Skip to content

Commit 6def91a

Browse files
chore(deps): update actions/checkout action to v6
1 parent 17077bd commit 6def91a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Review, Lint, Verify
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- name: Danger
1616
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-15
1515
steps:
1616
- name: Checkout the repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Install Ruby
2020
uses: ruby/setup-ruby@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: macos-15
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Install Dependencies
2222
run: make install-ci

0 commit comments

Comments
 (0)