diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 1d4665ff3..2aa624803 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 38013a66c..643060f65 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 d5b8ba81b..fb36a62dd 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 a52787a99..5803f033a 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 6e0e2920b..45da512f4 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 86416b7ff..3ba9ec75b 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 987a7e095..39a08e58c 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 e4a0ee783..9f0207f76 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 }}