mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Update workflow.yml
This commit is contained in:
parent
c34b7ec98e
commit
40dea1e096
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install macOS deps
|
||||
if: matrix.os == 'macOS-latest'
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install shellcheck
|
||||
run: brew install shellcheck
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install shfmt
|
||||
run: brew install shfmt
|
||||
|
Loading…
Reference in New Issue
Block a user