Skip to content

Commit 2bd5280

Browse files
authored
Merge pull request #1643 from jupyter/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 69277bb + 0301c9a commit 2bd5280

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/docker-amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Clone Main Repo
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v3
5959
with:
6060
path: main
6161

@@ -79,7 +79,7 @@ jobs:
7979
run: make -C main test-all
8080

8181
- name: Clone Wiki
82-
uses: actions/checkout@v2
82+
uses: actions/checkout@v3
8383
with:
8484
repository: ${{github.repository}}.wiki
8585
path: wiki

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # dependabot updates to latest release
7474

7575
- name: Clone Main Repo
76-
uses: actions/checkout@v2
76+
uses: actions/checkout@v3
7777
with:
7878
path: main
7979

@@ -97,7 +97,7 @@ jobs:
9797
run: make -C main test-all
9898

9999
- name: Clone Wiki
100-
uses: actions/checkout@v2
100+
uses: actions/checkout@v3
101101
with:
102102
repository: ${{github.repository}}.wiki
103103
path: wiki

.github/workflows/hub-overview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Clone Main Repo
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
- name: Fail to show, that we need manually update dockerhub overview page
3030
run: exit 1

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Clone Main Repo
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
with:
2020
path: main
2121

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout Repo
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737

3838
- name: Set Up Python
3939
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)