mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Merge pull request #624 from imbsky/patch-1
Bump checkout action version
This commit is contained in:
commit
550f286855
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