From 7ee9e4e907e4c409e3513bbb89fd9996df5ae1ad Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Fri, 15 Sep 2023 21:57:06 +0100 Subject: [PATCH] Change GitHub CI to update checkout action to version 3 --- .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 6aa0295..8f4b479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} continue-on-error: ${{ endsWith(matrix.ruby, 'head') }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: