From 0bf35b5bbb4cb5a9b3109f92ab5dd1885b3d2b5d 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 80e2f9a..7225381 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