From ff565487467cc8c8dcebb7d93c21079449399a37 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 24 Jan 2023 15:09:32 +0100 Subject: Bump actions/checkout version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yml') 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: container: ubuntu:kinetic steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set timezone if: startsWith(matrix.container, 'ubuntu:') run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone -- cgit v1.3