From 4fa2c89be49f545558ebda8a7e4ae17638a07a3a Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 30 Jul 2025 16:59:02 +0200 Subject: [PATCH] CI: Use actions/checkout@v4 to avoid deprecation warnings --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0b804f..82cfc1c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: ruby-version: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4", "2.3"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: