X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Frelease.yml;h=d9604ad6a1789f18711dd9f8ca8a0cfa1285e4ce;hb=6d32d2b6aca9554d62483d2a9518cf4003fa86c7;hp=1509f6e91f9a5f44ad6b295cf6fa20d1c697dda4;hpb=e6e1e24f5dab11647d2701e12c5396ee22188f18;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1509f6e..d9604ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.ref }} clean: true @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.ref }} clean: true