From e939565f8d56668999ada7f233b5c2df96f04078 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 9 Mar 2023 23:38:05 +0100 Subject: [PATCH] Update actions/checkout in GitHub Actions workflows to v3 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2708cac..121c257 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-latest] timeout-minutes: 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Rust ${{ matrix.rust_toolchain }} uses: actions-rs/toolchain@v1 with: @@ -41,7 +41,7 @@ jobs: - powerpc64-unknown-linux-gnu timeout-minutes: 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Rust nightly uses: actions-rs/toolchain@v1 with: