From 2ef4a34f684cd3203ffefa47f281c1893e247474 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 2 Oct 2023 12:00:39 +0200 Subject: [PATCH] Update github actions (#828) Motivation: There were various updates to the github actions Modifications: Update github actions Result: Cleanup --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/ci-deploy.yml | 4 ++-- .github/workflows/ci-pr.yml | 4 ++-- .github/workflows/ci-release.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5f15b8110..1affecfb2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -76,7 +76,7 @@ jobs: distribution: zulu - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 @@ -84,7 +84,7 @@ jobs: arch: x86_amd64 - name: Install tools - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install ninja nasm diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 532b54edc..357fa040d 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -79,7 +79,7 @@ jobs: distribution: zulu - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 @@ -87,7 +87,7 @@ jobs: arch: x86_amd64 - name: Install tools - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install ninja nasm diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 3bde0edc5..c93b1c2bb 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -72,7 +72,7 @@ jobs: distribution: zulu - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 @@ -80,7 +80,7 @@ jobs: arch: x86_amd64 - name: Install tools - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install ninja nasm diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 03ea10b25..1dc03fb71 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -185,7 +185,7 @@ jobs: distribution: zulu - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 @@ -200,7 +200,7 @@ jobs: passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Install tools - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install ninja nasm