diff --git a/example-workflows/build-and-deploy.yaml b/example-workflows/build-and-deploy.yaml index a532160..a703700 100644 --- a/example-workflows/build-and-deploy.yaml +++ b/example-workflows/build-and-deploy.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/cancel-previous-runs.yaml b/example-workflows/cancel-previous-runs.yaml index 2609600..337d2af 100644 --- a/example-workflows/cancel-previous-runs.yaml +++ b/example-workflows/cancel-previous-runs.yaml @@ -18,7 +18,7 @@ jobs: access_token: ${{ github.token }} - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/custom-deploy-branch.yaml b/example-workflows/custom-deploy-branch.yaml index 1f1569d..be5d049 100644 --- a/example-workflows/custom-deploy-branch.yaml +++ b/example-workflows/custom-deploy-branch.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/force-push.yaml b/example-workflows/force-push.yaml index e27bf04..f3c3f47 100644 --- a/example-workflows/force-push.yaml +++ b/example-workflows/force-push.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/review-app.yaml b/example-workflows/review-app.yaml index acc9be4..d083464 100644 --- a/example-workflows/review-app.yaml +++ b/example-workflows/review-app.yaml @@ -13,7 +13,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.action == 'opened' steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.action != 'opened' && github.event.action != 'closed' steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: steps: # only needed if you have destroy hooks - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Destroy the review app uses: dokku/github-action@master diff --git a/example-workflows/simple.yaml b/example-workflows/simple.yaml index e1a75a4..9834bff 100644 --- a/example-workflows/simple.yaml +++ b/example-workflows/simple.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/specify-ssh-host-key.yaml b/example-workflows/specify-ssh-host-key.yaml index d86bc5c..b8e8469 100644 --- a/example-workflows/specify-ssh-host-key.yaml +++ b/example-workflows/specify-ssh-host-key.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/verbose-logging.yaml b/example-workflows/verbose-logging.yaml index b8f2833..6628af3 100644 --- a/example-workflows/verbose-logging.yaml +++ b/example-workflows/verbose-logging.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0