From d20cc0fd6b7ad4438b062049d44451b846c945d1 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 1 Feb 2024 22:13:48 -0500 Subject: [PATCH] CI: bump action/checkout to v4 (from v3) this should make a "Node.js 16 actions are deprecated" warning from GitHub go away --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b2b9e5b6..e33b1c108 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: build-and-validate-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.0.5'