Skip to content

Commit 3ed2b7b

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent 4334c90 commit 3ed2b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1212
- name: GitHub Action for SwiftLint with --strict
1313
uses: norio-nomura/[email protected]
1414
with:

.github/workflows/pods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: macos-12
77
steps:
8-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
8+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
99
- name: Select Xcode version
1010
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
1111
- name: Pod lib lint

0 commit comments

Comments
 (0)