diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 952e6cc18c..a87dcfb29d 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 29dbaa08be..ce139017df 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 438a89189b..dbc6dfc18e 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index c2d8871fc9..794b1885e5 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -34,7 +34,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 87fea08eeb..010bc6afc6 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index bed1cbbe04..8afff75d7d 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 25407eedd8..66ee0a64eb 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index aa3d78d93e..4e7efc5902 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }}