(maint) pdksync - PDK Update
[puppet-modules/puppetlabs-apt.git] / .github / workflows / release.yml
index 76cf31ca13bb60844b2cae4a96220b87ff2d215a..1509f6e91f9a5f44ad6b295cf6fa20d1c697dda4 100644 (file)
@@ -38,10 +38,10 @@ jobs:
           ref: ${{ github.ref }}
           clean: true
       - name: "PDK Build"
-        uses: docker://puppet/pdk:2.1.0.0
+        uses: docker://puppet/pdk:nightly
         with:
           args: 'build'
       - name: "Push to Forge"
-        uses: docker://puppet/pdk:2.1.0.0
+        uses: docker://puppet/pdk:nightly
         with:
           args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'