From 7080076422dece43c1f77cfa2df3221916a4c748 Mon Sep 17 00:00:00 2001 From: "harry.cpp" Date: Wed, 4 Oct 2023 11:30:53 +0200 Subject: [PATCH] Update actions scripts --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 173978f..3bf352d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: libxkbcommon-dev libdrm-dev libgbm-dev shell: bash - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive - name: Restore dotnet tools @@ -49,11 +49,11 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Setup .NET Core SDK ${{ matrix.dotnet-version }} - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '6.0.x' - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive - name: Download artifacts for Windows x64