Merge pull request #1643 from jupyter/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
Ayaz Salikhov
2022-03-02 17:32:40 +00:00
committed by GitHub
5 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ jobs:
steps:
- name: Clone Main Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: main
@@ -79,7 +79,7 @@ jobs:
run: make -C main test-all
- name: Clone Wiki
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ${{github.repository}}.wiki
path: wiki

View File

@@ -73,7 +73,7 @@ jobs:
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # dependabot updates to latest release
- name: Clone Main Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: main
@@ -97,7 +97,7 @@ jobs:
run: make -C main test-all
- name: Clone Wiki
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ${{github.repository}}.wiki
path: wiki

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- name: Clone Main Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Fail to show, that we need manually update dockerhub overview page
run: exit 1

View File

@@ -15,7 +15,7 @@ jobs:
steps:
- name: Clone Main Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: main

View File

@@ -33,7 +33,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set Up Python
uses: actions/setup-python@v3