Merge pull request #1308 from jupyterhub/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
pull/1306/head
Erik Sundell 2023-10-01 10:20:21 +02:00 zatwierdzone przez GitHub
commit 2d82547742
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Wyświetl plik

@ -31,7 +31,7 @@ jobs:
build-n-publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.9"
@ -86,7 +86,7 @@ jobs:
echo "Publishing to $REGISTRY"
# versioneer requires the full git history for non-tags
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Wyświetl plik

@ -69,7 +69,7 @@ jobs:
repo_type: venv
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python_version }}"