From: Dave Miller Date: Thu, 14 Sep 2023 11:31:01 +0000 (-0500) Subject: Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#149) X-Git-Tag: bugzilla-5.2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9602d72a8ed46e47e4c05b91e5cd5f30adeef9fd;p=thirdparty%2Fbugzilla.git Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#149) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f4419c7b6..6d7ea079bd 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