Bump actions/checkout from 4 to 5 in the dependencies group (#70)
This commit is contained in:
4
.github/workflows/verify-documentation.yml
vendored
4
.github/workflows/verify-documentation.yml
vendored
@@ -17,12 +17,12 @@ jobs:
|
||||
run: |
|
||||
apt-get update && apt-get install -y rsync bc
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
path: "package"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: "hummingbird-project/hummingbird-docs"
|
||||
fetch-depth: 0
|
||||
|
||||
Reference in New Issue
Block a user