Skip to content

Commit 48f3cf4

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 2fa320d commit 48f3cf4

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

@@ -517,7 +517,7 @@ jobs:
517517
tox==3.28.0
518518
519519
- name: Grab the source from Git
520-
uses: actions/checkout@v3
520+
uses: actions/checkout@v4
521521
with:
522522
ref: ${{ github.event.inputs.release-commitish }}
523523

@@ -562,7 +562,7 @@ jobs:
562562
name: 🐳 Build & Test
563563
steps:
564564
- name: Checkout
565-
uses: actions/checkout@v3
565+
uses: actions/checkout@v4
566566
with:
567567
ref: ${{ github.event.inputs.release-commitish }}
568568
- name: Download all the dists
@@ -630,7 +630,7 @@ jobs:
630630

631631
steps:
632632
- name: Checkout repository
633-
uses: actions/checkout@v3
633+
uses: actions/checkout@v4
634634
with:
635635
# We must fetch at least the immediate parents so that if this is
636636
# a pull request then we can checkout the head.
@@ -677,7 +677,7 @@ jobs:
677677
# # max-parallel: 1
678678
# fail-fast: false
679679
# steps:
680-
# - uses: actions/checkout@v3
680+
# - uses: actions/checkout@v4
681681
# - name: Setup Python
682682
# uses: actions/setup-python@v4
683683
# with:
@@ -699,7 +699,7 @@ jobs:
699699
# max-parallel: 4
700700
fail-fast: false
701701
steps:
702-
- uses: actions/checkout@v3
702+
- uses: actions/checkout@v4
703703
- name: Setup Node
704704
uses: actions/setup-node@v3
705705
with:
@@ -729,7 +729,7 @@ jobs:
729729
python: ['3.10']
730730
fail-fast: false
731731
steps:
732-
- uses: actions/checkout@v3
732+
- uses: actions/checkout@v4
733733
with:
734734
fetch-depth: 0
735735
- name: Setup Python
@@ -759,7 +759,7 @@ jobs:
759759
name: 🐳 ghcr:latest
760760
steps:
761761
- name: Checkout
762-
uses: actions/checkout@v3
762+
uses: actions/checkout@v4
763763
with:
764764
ref: ${{ github.event.inputs.release-commitish }}
765765
- name: Download all the dists
@@ -841,7 +841,7 @@ jobs:
841841
name: 🐳 ghcr:openssl
842842
steps:
843843
- name: Checkout
844-
uses: actions/checkout@v3
844+
uses: actions/checkout@v4
845845
with:
846846
ref: ${{ github.event.inputs.release-commitish }}
847847
- name: Download all the dists
@@ -921,7 +921,7 @@ jobs:
921921
name: 🐳 docker:latest
922922
steps:
923923
- name: Checkout
924-
uses: actions/checkout@v3
924+
uses: actions/checkout@v4
925925
with:
926926
ref: ${{ github.event.inputs.release-commitish }}
927927
- name: Download all the dists
@@ -1061,7 +1061,7 @@ jobs:
10611061

10621062
steps:
10631063
- name: Fetch the src snapshot
1064-
uses: actions/checkout@v3
1064+
uses: actions/checkout@v4
10651065
with:
10661066
fetch-depth: 1
10671067
ref: ${{ github.event.inputs.release-commitish }}

0 commit comments

Comments
 (0)