Uses vs run :|
Some checks failed
/ test (push) Failing after 2m12s

This commit is contained in:
Joseph Hanson 2024-05-15 11:24:40 -05:00
parent 9f6ee6babc
commit 18cf0ba364
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -10,7 +10,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Go - name: Setup Go
run: https://code.forgejo.org/actions/setup-go@v5 uses: https://code.forgejo.org/actions/setup-go@v5
with: with:
go-version: '1.22.3' go-version: '1.22.3'
- name: Output File - name: Output File