1
0
mirror of https://gitea.com/gitea/act_runner synced 2024-11-09 18:05:52 +01:00

bump to actions/checkout v4

This commit is contained in:
techknowlogick 2023-11-24 03:06:21 +00:00
parent 0adfc1c7cc
commit 61cd71c9f8

@ -12,7 +12,7 @@ jobs:
name: check and test name: check and test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '>=1.21.0' go-version: '>=1.21.0'