From bbfc2fc8abb5c5942e8a18273108a0690a992124 Mon Sep 17 00:00:00 2001 From: data-man Date: Wed, 23 Mar 2022 14:53:35 +0500 Subject: [PATCH] Update checkout action to v3 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48df47954..799b23da1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: msys2/setup-msys2@v2 with: @@ -56,7 +56,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: msys2/setup-msys2@v2 with: @@ -89,7 +89,7 @@ jobs: llvm_version: [12, 13, 14, 15] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install common deps run: | sudo apt-get install zlib1g zlib1g-dev python3 @@ -134,7 +134,7 @@ jobs: build_type: [Release, Debug] llvm_version: [12] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Download LLVM run: | brew install llvm@${{ matrix.llvm_version }} botan