diff --git a/.github/workflows/cloudbase.yml b/.github/workflows/cloudbase.yml index 8aef834fe..4b083d228 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.2 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index da54d6561..e1dd7adf4 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.2 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..38e9501c3 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.2 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 76d352de7..48d87807c 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.2 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 334418123..2170956d9 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.2 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 3eadc9a34..9df017f00 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.2 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..28db783a7 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.2 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 5d602a7a6..9c3fa785e 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.2 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index a09ed80dd..0157b0447 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.2 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }}