From 0184ba96d6087c6dca62ef6a996567e6d2e2bb9e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 15 Jul 2025 22:05:51 +0200 Subject: Bump actions/checkout from v3 to v4 --- .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 b69920a..c963db4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: container: ubuntu:jammy steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - 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