From: Dave Miller Date: Thu, 14 Sep 2023 11:31:32 +0000 (-0500) Subject: Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#102) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e72338d1a8c374e0f1ee88770a05701067fa6b64;p=thirdparty%2Fbugzilla.git Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#102) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0284558cd..35ef22a20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache CPAN packages uses: actions/cache@v2 with: