From 5ff1c4874d39cb8769d93ae9f8355a9557745ed7 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Wed, 19 Jul 2023 23:45:27 +0200 Subject: [PATCH] Update github actions/checkout to v3 --- .github/workflows/coverage.yml | 2 +- .github/workflows/ios.yml | 2 +- .github/workflows/macos-ustk.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/other-arch-isolated.yml | 2 +- .github/workflows/other-arch.yml | 2 +- .github/workflows/ubuntu-3rdparty.yml | 2 +- .github/workflows/ubuntu-contrib.yml | 2 +- .github/workflows/ubuntu-dep-apt.yml | 2 +- .github/workflows/ubuntu-dep-src.yml | 2 +- .github/workflows/ubuntu-isolated.yml | 2 +- .github/workflows/ubuntu-sanitizers.yml | 2 +- .github/workflows/ubuntu-ustk.yml | 2 +- .github/workflows/valgrind.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0e1e27b52b..173363ec17 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,7 +19,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5db4081160..c8e0432fd3 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -23,7 +23,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: | diff --git a/.github/workflows/macos-ustk.yml b/.github/workflows/macos-ustk.yml index eeee203e77..7590fe1878 100644 --- a/.github/workflows/macos-ustk.yml +++ b/.github/workflows/macos-ustk.yml @@ -23,7 +23,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: | diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 24978a0467..2f4e351f10 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,7 +23,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: | diff --git a/.github/workflows/other-arch-isolated.yml b/.github/workflows/other-arch-isolated.yml index 433c1f206d..71d9e8ed55 100644 --- a/.github/workflows/other-arch-isolated.yml +++ b/.github/workflows/other-arch-isolated.yml @@ -47,7 +47,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run on arch uses: uraimo/run-on-arch-action@v2.2.1 diff --git a/.github/workflows/other-arch.yml b/.github/workflows/other-arch.yml index e45cab8a58..2818fda11a 100644 --- a/.github/workflows/other-arch.yml +++ b/.github/workflows/other-arch.yml @@ -45,7 +45,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run on arch uses: uraimo/run-on-arch-action@v2.1.1 diff --git a/.github/workflows/ubuntu-3rdparty.yml b/.github/workflows/ubuntu-3rdparty.yml index 14b1a9f925..c500260066 100644 --- a/.github/workflows/ubuntu-3rdparty.yml +++ b/.github/workflows/ubuntu-3rdparty.yml @@ -24,7 +24,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/ubuntu-contrib.yml b/.github/workflows/ubuntu-contrib.yml index 8ea01261f8..7a417e34d1 100644 --- a/.github/workflows/ubuntu-contrib.yml +++ b/.github/workflows/ubuntu-contrib.yml @@ -24,7 +24,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/ubuntu-dep-apt.yml b/.github/workflows/ubuntu-dep-apt.yml index df6cbce732..48f47dfcf2 100644 --- a/.github/workflows/ubuntu-dep-apt.yml +++ b/.github/workflows/ubuntu-dep-apt.yml @@ -25,7 +25,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/ubuntu-dep-src.yml b/.github/workflows/ubuntu-dep-src.yml index a4f3ce68b8..dff5233a84 100644 --- a/.github/workflows/ubuntu-dep-src.yml +++ b/.github/workflows/ubuntu-dep-src.yml @@ -23,7 +23,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/ubuntu-isolated.yml b/.github/workflows/ubuntu-isolated.yml index 116988dfa0..206d8130e2 100644 --- a/.github/workflows/ubuntu-isolated.yml +++ b/.github/workflows/ubuntu-isolated.yml @@ -26,7 +26,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/ubuntu-sanitizers.yml b/.github/workflows/ubuntu-sanitizers.yml index 7f823105af..46bc99623a 100644 --- a/.github/workflows/ubuntu-sanitizers.yml +++ b/.github/workflows/ubuntu-sanitizers.yml @@ -25,7 +25,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/ubuntu-ustk.yml b/.github/workflows/ubuntu-ustk.yml index 58f892f24f..23eea4f098 100644 --- a/.github/workflows/ubuntu-ustk.yml +++ b/.github/workflows/ubuntu-ustk.yml @@ -23,7 +23,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 493dee0990..6095eb2034 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -19,7 +19,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Print system information run: lscpu