1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-01 01:27:56 +02:00

bump to actions/checkout v4

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

View File

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