workflow: Use actions/checkout@3

This commit is contained in:
Pablo Santiago Blum de Aguiar 2022-09-28 23:08:17 +02:00
parent 5e1a4bfc47
commit 37a208177e

View File

@ -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'