|
35 | 35 | contents: write |
36 | 36 | steps: |
37 | 37 | - name: Checkout repository |
38 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 38 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
39 | 39 | with: |
40 | 40 | persist-credentials: true |
41 | 41 | - name: Checkout or create release branch |
@@ -72,11 +72,11 @@ jobs: |
72 | 72 | DEVELOPER_DIR: /Applications/Xcode_15.0.1.app # Supports iOS 17.0 simulator selected by CocoaPods. |
73 | 73 | steps: |
74 | 74 | - name: Checkout repository |
75 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 75 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
76 | 76 | with: |
77 | 77 | persist-credentials: false |
78 | 78 | - name: Set up Ruby and Bundler |
79 | | - uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0 |
| 79 | + uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 |
80 | 80 | with: |
81 | 81 | bundler-cache: true |
82 | 82 | - name: Lint Podspec # Make sure Podspec still builds okay on CI with old release. |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | permissions: |
105 | 105 | contents: read |
106 | 106 | steps: |
107 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 107 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
108 | 108 | with: |
109 | 109 | ref: ${{ env.RELEASE_BRANCH }} |
110 | 110 | persist-credentials: false |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | env: |
140 | 140 | BINARY_PATH: .build/${{ matrix.swift_sdk }}/release/swiftlint |
141 | 141 | steps: |
142 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 142 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
143 | 143 | with: |
144 | 144 | ref: ${{ env.RELEASE_BRANCH }} |
145 | 145 | persist-credentials: false |
@@ -188,7 +188,7 @@ jobs: |
188 | 188 | permissions: |
189 | 189 | contents: read |
190 | 190 | steps: |
191 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 191 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
192 | 192 | with: |
193 | 193 | ref: ${{ env.RELEASE_BRANCH }} |
194 | 194 | persist-credentials: false |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | actions: read |
219 | 219 | contents: write |
220 | 220 | steps: |
221 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 221 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
222 | 222 | with: |
223 | 223 | ref: ${{ env.RELEASE_BRANCH }} |
224 | 224 | persist-credentials: true |
|
0 commit comments