From: Jérémie Astor Date: Thu, 14 Apr 2022 13:47:46 +0000 (+0200) Subject: update checkout action X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=22e5ec1cb431e76934dce66b690db5a4b66419db;p=gwion.git update checkout action --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8037a9e..47c6c788 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 name: Checkout - name: Checkout tools repo