From: Dave Miller Date: Thu, 14 Sep 2023 11:29:58 +0000 (-0500) Subject: Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#151) X-Git-Tag: bugzilla-4.4.14~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bb46c0185eafaf978afa6c2357537ceb8c6346;p=thirdparty%2Fbugzilla.git Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#151) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 669112538a..30ca4583b2 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: apt install run: | sudo apt-get update