Skip to content

Commit c5b4ee4

Browse files
authored
Merge pull request #10 from studyplus/use-commit-hash-for-github-actions
chore: update actions/checkout to v4.2.2
2 parents 11aeb7d + 89aee27 commit c5b4ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
- name: Danger(SwiftLint)
1212
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.8.0
1313
env:

0 commit comments

Comments
 (0)