Skip to content

Commit 32bc923

Browse files
Bump actions/checkout from 4.1.4 to 4.1.5 (#364)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ccdeb6 commit 32bc923

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/lint-whitespace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
16+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
1717

1818
- name: Check that every file has no trailing whitespace, and exactly one final newline
1919
run: ./.github/bin/lint-whitespace

.github/workflows/sync-rest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,13 @@ jobs:
202202

203203
- name: Checkout main repo
204204
if: steps.pr-already-exists.outputs.result == 'false'
205-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
205+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
206206
with:
207207
path: main
208208

209209
- name: Checkout target repo
210210
if: steps.pr-already-exists.outputs.result == 'false'
211-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
211+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
212212
with:
213213
repository: ${{ matrix.repo }}
214214
token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}

.github/workflows/sync-tooling.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ jobs:
192192

193193
- name: Checkout main repo
194194
if: steps.pr-already-exists.outputs.result == 'false'
195-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
195+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
196196
with:
197197
path: main
198198

199199
- name: Checkout target repo
200200
if: steps.pr-already-exists.outputs.result == 'false'
201-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
201+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
202202
with:
203203
repository: ${{ matrix.repo }}
204204
token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}

.github/workflows/sync-tracks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ jobs:
193193

194194
- name: Checkout main repo
195195
if: steps.pr-already-exists.outputs.result == 'false'
196-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
196+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
197197
with:
198198
path: main
199199

200200
- name: Checkout target repo
201201
if: steps.pr-already-exists.outputs.result == 'false'
202-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
202+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
203203
with:
204204
repository: ${{ matrix.repo }}
205205
token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)