From 2094861e78745a2c2268a04d41997957baf78cf5 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 30 Aug 2023 10:21:40 +0200 Subject: [PATCH] Pin actions/checkout to v3.6.0 for Ubuntu 18.04 compatibility (#1467) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c942b4459..cde76384d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: image: ${{ matrix.docker_image }} steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3.6.0 - name: Upgrade apt packages Debian Testing [Debian Testing] if: matrix.docker_image == 'debian:testing'