]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use actions/checkout@v3 12642/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 9 Mar 2023 15:47:03 +0000 (10:47 -0500)
committerAlexis Romero <alexis.romero@open-xchange.com>
Mon, 13 Mar 2023 15:03:36 +0000 (16:03 +0100)
.github/workflows/builder.yml
.github/workflows/codeql-analysis.yml
.github/workflows/docker.yml
.github/workflows/secpoll.yml

index 1adae94dee1f5ed816019ef539d08b3d0be45a40..27fccf402462452fe7807965e2499ab23ee7b492 100644 (file)
@@ -24,7 +24,7 @@ jobs:
           - el-8
           - centos-8-stream
     steps:
-      - uses: actions/checkout@v3.1.0
+      - uses: actions/checkout@v3
         with:
           fetch-depth: 5
           submodules: recursive
index 5844b9d4d534c3fc42ffcf053b7b4781485c855a..60ed040241df29e8dfbc12ff1960c10347b1fbae 100644 (file)
@@ -31,7 +31,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3.1.0
+      uses: actions/checkout@v3
       with:
         # We must fetch at least the immediate parents so that if this is
         # a pull request then we can checkout the head.
index 87255becd63c3b134e2c970455d79da4982725d0..f1c203b50d23990bb2c97fa2012a3d68ae4f6613 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       matrix:
         product: ['auth', 'recursor', 'dnsdist']
     steps:
-      - uses: actions/checkout@v3.1.0
+      - uses: actions/checkout@v3
         with:
           fetch-depth: 5
           submodules: recursive
index e2ee04af37c0be6bb5442d6dc9e31c3302d22456..a80225bbd84e5c6df7495eec9b38bb3b9ad737df 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     # on a ubuntu-20.04 VM
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/checkout@v3.1.0
+      - uses: actions/checkout@v3
         with:
           fetch-depth: 5
           submodules: recursive