Bump actions/checkout from 4 to 5 (#499)
See https://github.com/actions/checkout/releases/tag/v5.0.0.
This commit is contained in:
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