summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorjvoisin2023-01-24 15:09:32 +0100
committerjvoisin2023-01-24 15:09:32 +0100
commitff565487467cc8c8dcebb7d93c21079449399a37 (patch)
tree09fd9bd5b423d366ec80d6374ba9df907dfbd7b0 /.github/workflows/release.yml
parent1bf0f3ec9088d34383c564d6306901ae6dc94cb5 (diff)
Bump actions/checkout version
Diffstat (limited to '')
-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 f408491..a5203cd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51 container: ubuntu:kinetic 51 container: ubuntu:kinetic
52 steps: 52 steps:
53 - name: Checkout code 53 - name: Checkout code
54 uses: actions/checkout@v2 54 uses: actions/checkout@v3
55 - name: Set timezone 55 - name: Set timezone
56 if: startsWith(matrix.container, 'ubuntu:') 56 if: startsWith(matrix.container, 'ubuntu:')
57 run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone 57 run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone