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

index 0284558cdfb3efa1f6ece258e986bced2c9a0895..35ef22a20e7e5238961fe315d2ce5a9a0f773842 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: Cache CPAN packages
         uses: actions/cache@v2
         with: