Skip to content

Commit 95294e1

Browse files
Update actions/checkout action to v1.2.0 (#778)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e354f04 commit 95294e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildAndTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
FormattingLint:
1010
runs-on: macos-15
1111
steps:
12-
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
12+
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
1313
- name: SwiftFormat
1414
run: echo swiftformat --lint `git diff --name-only HEAD^1 HEAD` --reporter github-actions-log
1515

1616
SwiftLint:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
19+
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
2020
- name: GitHub Action for SwiftLint (Only files changed in the PR)
2121
uses: norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # 3.2.1
2222
env:

0 commit comments

Comments
 (0)