From 896e37c376f714116cbbbb60cc858192df7d60e6 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 29 Jan 2024 13:51:36 +0100 Subject: [PATCH] ci: bump actions/checkout to v4 --- .github/workflows/amd64_docker.yml | 2 +- .github/workflows/amd64_linux.yml | 2 +- .github/workflows/amd64_macos.yml | 2 +- .github/workflows/amd64_windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/amd64_docker.yml b/.github/workflows/amd64_docker.yml index 4df9a28..a3129c2 100644 --- a/.github/workflows/amd64_docker.yml +++ b/.github/workflows/amd64_docker.yml @@ -13,7 +13,7 @@ jobs: env: DISTRO: amd64_${{ matrix.distro }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check docker run: | docker info diff --git a/.github/workflows/amd64_linux.yml b/.github/workflows/amd64_linux.yml index c49f57d..b185eaf 100644 --- a/.github/workflows/amd64_linux.yml +++ b/.github/workflows/amd64_linux.yml @@ -18,7 +18,7 @@ jobs: GENERATOR: ${{ matrix.build[0] }} BUILD_TYPE: ${{ matrix.build[1] }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Ninja run: | sudo apt-get update diff --git a/.github/workflows/amd64_macos.yml b/.github/workflows/amd64_macos.yml index baa8f98..9ba31a8 100644 --- a/.github/workflows/amd64_macos.yml +++ b/.github/workflows/amd64_macos.yml @@ -20,7 +20,7 @@ jobs: TEST_TARGET: ${{ matrix.build[3] }} INSTALL_TARGET: ${{ matrix.build[4] }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Swig install run: brew install swig - name: Check swig diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index 1488bcf..a1b9dfa 100644 --- a/.github/workflows/amd64_windows.yml +++ b/.github/workflows/amd64_windows.yml @@ -7,7 +7,7 @@ jobs: visual-studio: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install SWIG 4.0.2 run: | (New-Object System.Net.WebClient).DownloadFile("http://prdownloads.sourceforge.net/swig/swigwin-4.0.2.zip","swigwin-4.0.2.zip");