Skip to content

Commit 5afd655

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81510a0 commit 5afd655

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test-library.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Check out src from Git
9696
if: >-
9797
steps.request-check.outputs.release-requested != 'true'
98-
uses: actions/checkout@v3
98+
uses: actions/checkout@v4
9999
with:
100100
fetch-depth: 0
101101
ref: ${{ github.event.inputs.release-commitish }}
@@ -266,7 +266,7 @@ jobs:
266266
tox==3.28.0
267267
268268
- name: Grab the source from Git
269-
uses: actions/checkout@v3
269+
uses: actions/checkout@v4
270270
with:
271271
fetch-depth: 0
272272
ref: ${{ github.event.inputs.release-commitish }}
@@ -391,7 +391,7 @@ jobs:
391391
tox==3.28.0
392392
393393
- name: Grab the source from Git
394-
uses: actions/checkout@v3
394+
uses: actions/checkout@v4
395395
with:
396396
ref: ${{ github.event.inputs.release-commitish }}
397397

@@ -508,7 +508,7 @@ jobs:
508508
tox==3.28.0
509509
510510
- name: Grab the source from Git
511-
uses: actions/checkout@v3
511+
uses: actions/checkout@v4
512512
with:
513513
ref: ${{ github.event.inputs.release-commitish }}
514514

@@ -553,7 +553,7 @@ jobs:
553553
name: 🐳 Build & Test
554554
steps:
555555
- name: Checkout
556-
uses: actions/checkout@v3
556+
uses: actions/checkout@v4
557557
with:
558558
ref: ${{ github.event.inputs.release-commitish }}
559559
- name: Download all the dists
@@ -621,7 +621,7 @@ jobs:
621621

622622
steps:
623623
- name: Checkout repository
624-
uses: actions/checkout@v3
624+
uses: actions/checkout@v4
625625
with:
626626
# We must fetch at least the immediate parents so that if this is
627627
# a pull request then we can checkout the head.
@@ -668,7 +668,7 @@ jobs:
668668
# # max-parallel: 1
669669
# fail-fast: false
670670
# steps:
671-
# - uses: actions/checkout@v3
671+
# - uses: actions/checkout@v4
672672
# - name: Setup Python
673673
# uses: actions/setup-python@v4
674674
# with:
@@ -690,7 +690,7 @@ jobs:
690690
# max-parallel: 4
691691
fail-fast: false
692692
steps:
693-
- uses: actions/checkout@v3
693+
- uses: actions/checkout@v4
694694
- name: Setup Node
695695
uses: actions/setup-node@v3
696696
with:
@@ -720,7 +720,7 @@ jobs:
720720
python: ['3.10']
721721
fail-fast: false
722722
steps:
723-
- uses: actions/checkout@v3
723+
- uses: actions/checkout@v4
724724
with:
725725
fetch-depth: 0
726726
- name: Setup Python
@@ -750,7 +750,7 @@ jobs:
750750
name: 🐳 ghcr:latest
751751
steps:
752752
- name: Checkout
753-
uses: actions/checkout@v3
753+
uses: actions/checkout@v4
754754
with:
755755
ref: ${{ github.event.inputs.release-commitish }}
756756
- name: Download all the dists
@@ -832,7 +832,7 @@ jobs:
832832
name: 🐳 ghcr:openssl
833833
steps:
834834
- name: Checkout
835-
uses: actions/checkout@v3
835+
uses: actions/checkout@v4
836836
with:
837837
ref: ${{ github.event.inputs.release-commitish }}
838838
- name: Download all the dists
@@ -912,7 +912,7 @@ jobs:
912912
name: 🐳 docker:latest
913913
steps:
914914
- name: Checkout
915-
uses: actions/checkout@v3
915+
uses: actions/checkout@v4
916916
with:
917917
ref: ${{ github.event.inputs.release-commitish }}
918918
- name: Download all the dists
@@ -1052,7 +1052,7 @@ jobs:
10521052

10531053
steps:
10541054
- name: Fetch the src snapshot
1055-
uses: actions/checkout@v3
1055+
uses: actions/checkout@v4
10561056
with:
10571057
fetch-depth: 1
10581058
ref: ${{ github.event.inputs.release-commitish }}

0 commit comments

Comments
 (0)