From eb153141c99e9c38fcbfe3821538c4c6679c66ba Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 29 May 2024 23:30:34 -0400 Subject: [PATCH] Update docker-image action to checkout@v4 This should fix the "Node.js 12 actions are deprecated" warning in our CI jobs. The only differences between checkout@v2 and @v4 is the switch to nodejs-20 and the addition of a showProgress option. --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2d3f3b2..3352d3f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Update GPG keys run: dnf -y update fedora-gpg-keys