From 75530810b5a1e5d72109313c260a3b7bff5df82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Tue, 1 Oct 2024 01:36:09 +0200 Subject: [PATCH] ci: update actions/checkout module --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55558444..e1eeb4a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: sudo apt-get install -y --no-install-recommends graphviz gnupg2 gpgv2 git gcc make devscripts - name: "Checkout repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # fetch the whole repo for `git describe` to work fetch-depth: 0 @@ -137,7 +137,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: "Checkout repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # fetch the whole repo for `git describe` to work fetch-depth: 0 @@ -210,7 +210,7 @@ jobs: goarch: arm steps: - name: "Checkout repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # fetch the whole repo for `git describe` to work fetch-depth: 0