From 760d906be93137aa3f40a8f2bd18282f1ece7d39 Mon Sep 17 00:00:00 2001 From: ronnyfriedland Date: Thu, 20 Mar 2025 20:20:17 +0100 Subject: [PATCH] change version --- .github/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 704f950..61203e2 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: go build -o timetracker cmd/main.go