Unverified Commit 06f0c75a authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #245 from djjudas21/renovate/actions-checkout-6.x

Update actions/checkout action to v6
parents 6ce7880f 1fd222fe
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@v3
      uses: actions/checkout@v6
      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@v3
      uses: actions/checkout@v6

    - 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@v3
      uses: actions/checkout@v6

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