From c2bf64df4d4b1a193d20367370d6c0d0ceb3eff9 Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Fri, 1 Mar 2024 22:43:23 +0000 Subject: [PATCH] Change GitHub CI to update checkout action to version 4 --- .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 7c298a3..8825ebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} continue-on-error: ${{ endsWith(matrix.ruby, 'head') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: