workflow: Use actions/checkout@3

pull/915/head
Pablo Santiago Blum de Aguiar 2 years ago
parent 5e1a4bfc47
commit 37a208177e

@ -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…
Cancel
Save