(maint) - pdk update
[puppet-modules/puppetlabs-apt.git] / .github / workflows / auto_release.yml
index f4aed440e59f3df863604acd8a0af1563e572319..f3ee602e7202e56f9e9ee239e2296c9c7c6a4d57 100644 (file)
@@ -28,13 +28,13 @@ jobs:
         echo STEP_START=$(date +%s) >> $GITHUB_ENV
     - name: "Checkout Source"
       if: ${{ github.repository_owner == 'puppetlabs' }}
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         fetch-depth: 0
         persist-credentials: false
 
     - name: "PDK Release prep"
-      uses: docker://puppet/iac_release:ci
+      uses: docker://puppet/pdk:2.6.1.0
       with:
         args: 'release prep --force'
       env: