1
mirror of https://github.com/rclone/rclone synced 2024-10-15 00:25:20 +02:00

build: pin actions/checkout to v1 to fix build failure

This commit is contained in:
Nick Craig-Wood 2019-12-04 13:48:03 +00:00
parent e48145f959
commit cb97239a60

View File

@ -102,7 +102,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v1
with:
path: ./src/github.com/${{ github.repository }}
@ -211,7 +211,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v1
with:
path: ./src/github.com/${{ github.repository }}