From 2bd86137a0355d4ce91098666ecf01aab3f715cb Mon Sep 17 00:00:00 2001 From: Mathias Brossard Date: Sun, 6 Aug 2023 21:49:37 -0500 Subject: [PATCH] Github Actions: Update to actions/checkout@v3 --- .github/workflows/linux.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 277bd9829..dc9954f79 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,7 +30,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout source files - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 22e9cc4dc..0daa5d4f3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -30,7 +30,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout source files - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b41a5e74f..6c57947cc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,7 +24,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout source files - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0