diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 0e3059f6a6..d455f106a6 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 8fd7a8f949..5a80e1bce4 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index c70f19dcd8..eb5735636f 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 3f01929e1e..e8587648f6 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -21,7 +21,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index d61e615f6f..c391c0347f 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 1ed2e56a91..70ca5eec13 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 6cf5b0b92c..a08d180df3 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index cfe9f9593a..7fcb66b0a6 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }}