ci: update actions/checkout module

This commit is contained in:
André Roth
2024-10-01 01:36:09 +02:00
parent bdabfa1071
commit 75530810b5

View File

@@ -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