From 23a5583a7f72c66627a8cabeca56457a78c74cc9 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sat, 5 Nov 2022 15:08:42 +0900 Subject: [PATCH] Updated actions/checkout for gha from v2 to v3 (#2053) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7195509..77a7c4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: if [ "${{ matrix.container }}" = "opensuse/leap:15" ]; then zypper install -y tar gzip; fi - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 # [NOTE] # Matters that depend on OS:VERSION are determined and executed in the following script. @@ -123,7 +123,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Brew tap run: |