mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
build: pin actions/checkout to v1 to fix build failure
This commit is contained in:
parent
e48145f959
commit
cb97239a60
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
path: ./src/github.com/${{ github.repository }}
|
path: ./src/github.com/${{ github.repository }}
|
||||||
|
|
||||||
@ -211,7 +211,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
path: ./src/github.com/${{ github.repository }}
|
path: ./src/github.com/${{ github.repository }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user