mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-06 21:44:00 +08:00
workflow: Use actions/checkout@3
This commit is contained in:
parent
5e1a4bfc47
commit
37a208177e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Add brew to path for Ubuntu
|
||||
if: startsWith(matrix.os, 'ubuntu') && matrix.fish == 'brew'
|
||||
|
|
Loading…
Reference in New Issue
Block a user