Merge pull request #1469 from jupyterhub/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
pull/1470/head
Erik Sundell 2025-10-01 08:06:10 +02:00 zatwierdzone przez GitHub
commit 9fc72e238d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -75,7 +75,7 @@ jobs:
repo_type: venv
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with: