Bump actions/checkout from 4 to 5 (#499)
See https://github.com/actions/checkout/releases/tag/v5.0.0.
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -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"
|
||||||
|
|||||||
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user