From: Dave Miller Date: Thu, 14 Sep 2023 11:30:37 +0000 (-0500) Subject: Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#150) X-Git-Tag: bugzilla-5.0.4.1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04f3d70b036a640fa743b70f886157e56baac3ae;p=thirdparty%2Fbugzilla.git Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#150) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f05fc4292c..c9198c50e6 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