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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -28,12 +28,12 @@ jobs:
|
||||
path: ~/.cache
|
||||
|
||||
- name: Clone self repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Clone website repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: endoflife-date/endoflife.date
|
||||
path: website
|
||||
|
||||
Reference in New Issue
Block a user