X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fauto_release.yml;h=f3ee602e7202e56f9e9ee239e2296c9c7c6a4d57;hb=4303ec32cdf91a2519063f3dc6c64a72d1cf7bfa;hp=f4aed440e59f3df863604acd8a0af1563e572319;hpb=90a4ffe83e19546a1d0ea33b484380b5f37e4486;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index f4aed44..f3ee602 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -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: