Unverified Commit ccc55080 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

Update actions/checkout action to v7

parent a7cb2773
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ jobs:
      id: vars
      run: echo "{tag}=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
    - name: Clone repository
      uses: actions/checkout@v6
      uses: actions/checkout@v7
      with:
        ref: ${{ steps.vars.outputs.tag }}
    - name: Build and publish module
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ jobs:
    runs-on: ubuntu-latest
    steps:
    - name: Clone repository
      uses: actions/checkout@v6
      uses: actions/checkout@v7

    - name: Run unit tests
      uses: puppets-epic-show-theatre/action-pdk-test-unit@v1
@@ -24,7 +24,7 @@ jobs:
    runs-on: ubuntu-latest
    steps:
    - name: Clone repository
      uses: actions/checkout@v6
      uses: actions/checkout@v7

    - name: Run PDK validate
      uses: puppets-epic-show-theatre/action-pdk-validate@v1