From 09b79fea2d732822ff1a4045ee610a68357e8da3 Mon Sep 17 00:00:00 2001 From: rk Date: Sun, 27 Oct 2024 17:07:48 +0200 Subject: [PATCH] Update checkout plugin version. Fixes warnings about deprecation of node12. --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3342fa5..4f08503 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,11 +15,11 @@ jobs: Documentation: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 1 path: rbfx