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

index 669112538ab79f055c460253e50716df459f4a88..30ca4583b2ac1d91b242c2ded854998ef6fed253 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