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