From 5f9c0ba61394d7a377ae9eb2b7caf7223cfdd969 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Tue, 22 Nov 2022 23:48:26 +0900 Subject: [PATCH] Update actions/checkout version to v3 The version 3.x appears to be due to the following: - https://github.com/actions/checkout/pull/689 There have been no breaking changes, and we seem to have no problem keeping up with the latest version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a47efb1e..b6129ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install bats run: git clone --depth 1 https://github.com/sstephenson/bats.git - name: Run tests