diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 092c9e32..57a9f898 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 7cad9ebf..cac5feba 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 76a97bab..70c6b7bd 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 292ce520..bff4a443 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -28,7 +28,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 6bde24af..08f8c09f 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 0739b4b9..b1c69953 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index d3dbc6b8..a40fd975 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 94a32b76..4138a4fa 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }}