summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorjvoisin2025-07-15 22:05:51 +0200
committerjvoisin2025-07-15 22:05:51 +0200
commit0184ba96d6087c6dca62ef6a996567e6d2e2bb9e (patch)
tree214c3c69fb84934a9ec5c2462a918195e6703310 /.github/workflows/release.yml
parent87c5fbe30b6d9adce299d261183ccd9f85b4fa1f (diff)
Bump actions/checkout from v3 to v4
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b69920a..c963db4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42 container: ubuntu:jammy 42 container: ubuntu:jammy
43 steps: 43 steps:
44 - name: Checkout code 44 - name: Checkout code
45 uses: actions/checkout@v3 45 uses: actions/checkout@v4
46 - name: Set timezone 46 - name: Set timezone
47 if: startsWith(matrix.container, 'ubuntu:') 47 if: startsWith(matrix.container, 'ubuntu:')
48 run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone 48 run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone