summaryrefslogtreecommitdiffstats
path: root/.forgejo
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index 7487659..3a2e47f 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: vet checks
run: go vet -v ./...
- name: build