diff options
| author | jvoisin | 2023-01-24 15:09:32 +0100 |
|---|---|---|
| committer | jvoisin | 2023-01-24 15:09:32 +0100 |
| commit | ff565487467cc8c8dcebb7d93c21079449399a37 (patch) | |
| tree | 09fd9bd5b423d366ec80d6374ba9df907dfbd7b0 /.github/workflows/release.yml | |
| parent | 1bf0f3ec9088d34383c564d6306901ae6dc94cb5 (diff) | |
Bump actions/checkout version
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 |
