.github/workflows/release.yml in beaker-pe-2.15.0 vs .github/workflows/release.yml in beaker-pe-2.16.0
- old
+ new
@@ -8,10 +8,10 @@
runs-on: ubuntu-latest
if: github.repository == 'puppetlabs/beaker-pe'
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
clean: true
fetch-depth: 0