1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-07 06:49:41 +02:00

(v3.0.0.9021) checkouts

This commit is contained in:
2025-09-03 12:12:05 +02:00
parent eca638529c
commit 0744c6feee
4 changed files with 13 additions and 14 deletions

View File

@@ -42,16 +42,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: checkout
uses: actions/checkout@v4
with:
# this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning
# we need this for the download page on our website - dates must be of the files, not of the latest git push
fetch-depth: 0
- name: Preserve timestamps
run: |
sudo apt install git-restore-mtime
git restore-mtime
- name: restore timestamps
uses: chetan/git-restore-mtime-action@v2
- uses: r-lib/actions/setup-pandoc@v2