Bump actions/checkout from 4 to 5 (#499)

See https://github.com/actions/checkout/releases/tag/v5.0.0.
This commit is contained in:
dependabot[bot]
2025-08-18 09:15:07 +02:00
committed by GitHub
parent 895abb7181
commit eabecf9676
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.x" python-version: "3.x"

View File

@@ -28,12 +28,12 @@ jobs:
path: ~/.cache path: ~/.cache
- name: Clone self repository - name: Clone self repository
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Clone website repository - name: Clone website repository
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
repository: endoflife-date/endoflife.date repository: endoflife-date/endoflife.date
path: website path: website