From 027e7ed7ad798bf0f69fac12fa8b6a915cad5a11 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 12 Aug 2025 08:48:30 +0200 Subject: [PATCH] chore(deps): update actions/checkout to v4.3.0 --- .gitea/workflows/golang-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/golang-tests.yaml b/.gitea/workflows/golang-tests.yaml index 6a122a3..a689b4a 100644 --- a/.gitea/workflows/golang-tests.yaml +++ b/.gitea/workflows/golang-tests.yaml @@ -17,7 +17,7 @@ jobs: # go: [ stable ] # os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] # steps: - # - uses: actions/checkout@v4.2.2 + # - uses: actions/checkout@v4.3.0 # - uses: actions/setup-go@v5.5.0 # with: # go-version: ${{ matrix.go }}