diff --git a/.github/workflows/cloudbase.yml b/.github/workflows/cloudbase.yml index 8aef834fe..17c7920c9 100644 --- a/.github/workflows/cloudbase.yml +++ b/.github/workflows/cloudbase.yml @@ -13,7 +13,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index da54d6561..ab457d4f5 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -20,7 +20,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 29bed1741..c941a356a 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -20,7 +20,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 76d352de7..231412bc7 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -21,7 +21,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 334418123..6f696c9b6 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.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 3eadc9a34..7b0a93357 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -20,7 +20,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 7ebb47ec4..7dfe39bed 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -20,7 +20,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 5d602a7a6..7ee179ee1 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -20,7 +20,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index a09ed80dd..8e8d9b39b 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -20,7 +20,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v3.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }}