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

index 8f4419c7b6c36dc3cac507c2391beed9164c0081..6d7ea079bda1059bc5efdde530f25156bd3a7109 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