fix typo in checkout action

This commit is contained in:
Jc 2024-04-22 23:55:49 -04:00 committed by GitHub
commit 06f2d68bf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@4 - uses: actions/checkout@v4
- name: Install golang-migarte - name: Install golang-migarte
run: | run: |