mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +00:00
Updated actions/checkout for gha from v2 to v3 (#2053)
This commit is contained in:
parent
aec7efc3af
commit
23a5583a7f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
if [ "${{ matrix.container }}" = "opensuse/leap:15" ]; then zypper install -y tar gzip; fi
|
||||
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# [NOTE]
|
||||
# Matters that depend on OS:VERSION are determined and executed in the following script.
|
||||
@ -123,7 +123,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Brew tap
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user