]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#150)
authorDave Miller <justdave@bugzilla.org>
Thu, 14 Sep 2023 11:30:37 +0000 (06:30 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 11:30:37 +0000 (06:30 -0500)
.github/workflows/release.yml

index f05fc4292c2e81e93161da73f7740085133c40e8..c9198c50e68315673d1651edc4c2c38cc3950df6 100644 (file)
@@ -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