From ead3f6f018a17b501ed1e85e9fd4698363b44d98 Mon Sep 17 00:00:00 2001 From: Vivien DE BONA Date: Sun, 2 Jun 2024 19:11:14 +0200 Subject: [PATCH] ci: utilisation de actions/checkout@v4 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 925c9bb..b74e2c4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: ] runs-on: ${{ matrix.build.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - uses: dAppServer/wails-build-action@v2.2