From 0863d15f7aa87858a35dcdb4ade2d9c71ce4a7d8 Mon Sep 17 00:00:00 2001 From: Michael van Rooijen Date: Tue, 30 Jan 2024 10:14:01 +0100 Subject: [PATCH] Use actions/checkout@v4 --- .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 28e0107..91e6ad7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: - solid_queue_0 steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: