Skip to content

Commit 8300706

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 128a0fa commit 8300706

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: larger
2020
steps:
2121
- name: Checkout Code
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323

2424
- name: Unshallow
2525
run: git fetch --prune --unshallow

.github/workflows/downstreams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].1
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727

2828
- name: Install Python
2929
uses: actions/setup-python@v5
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout
47-
uses: actions/[email protected].0
47+
uses: actions/[email protected].1
4848

4949
- name: Format all files
5050
run: |
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
61-
uses: actions/[email protected].0
61+
uses: actions/[email protected].1
6262
with:
6363
fetch-depth: 0
6464

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Used to attach signing artifacts to the published release.
1616
contents: write
1717
steps:
18-
- uses: actions/[email protected].0
18+
- uses: actions/[email protected].1
1919

2020
- uses: actions/setup-python@v5
2121
with:

0 commit comments

Comments
 (0)