]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(PA-5804) Update Checkout GitHub Action
authorMichael Hashizume <michael.hashizume@puppet.com>
Tue, 3 Oct 2023 15:38:53 +0000 (08:38 -0700)
committerMichael Hashizume <michael.hashizume@puppet.com>
Tue, 3 Oct 2023 15:38:53 +0000 (08:38 -0700)
The Checkout GitHub Action v3 uses Node 16, which hit end-of-life on
September 11, 2023.

This commit updates all instances of the Checkout Action from v3 to
v4.

.github/workflows/auto_release.yml
.github/workflows/release.yml
.github/workflows/static_code_analysis.yaml

index 3799f04fd0ba7f1330684710f30fa15ac1807e4a..5586fd490bf7f3b3d66d3fef01e72a727154eba1 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         echo STEP_START=$(date +%s) >> $GITHUB_ENV
     - name: "Checkout Source"
       if: ${{ github.repository_owner == 'puppetlabs' }}
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         fetch-depth: 0
         persist-credentials: false
index d9604ad6a1789f18711dd9f8ca8a0cfa1285e4ce..0240b295f6abdcd41340e1646241fb09dd95e12e 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           ref: ${{ github.ref }}
           clean: true
@@ -33,7 +33,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           ref: ${{ github.ref }}
           clean: true
index b63922048e990b13d4c9318f00ff9787ac7a75ae..575cde7157d242c656c9e5a24eb91b6ea8e5f2c8 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     runs-on: 'ubuntu-20.04'
     steps:
       - name: Checkout current PR code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0