From 7ddee741fd77d93265f8b4067a231c102fc65a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 11:15:53 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cloudbase.yml | 2 +- .github/workflows/graphs.yml | 2 +- .github/workflows/response-time.yml | 2 +- .github/workflows/setup.yml | 2 +- .github/workflows/site.yml | 2 +- .github/workflows/summary.yml | 2 +- .github/workflows/update-template.yml | 2 +- .github/workflows/updates.yml | 2 +- .github/workflows/uptime.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cloudbase.yml b/.github/workflows/cloudbase.yml index 8aef834fe..54b60e0df 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 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index da54d6561..6753e0b67 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 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..bb0373583 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 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 76d352de7..43436296c 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 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 334418123..71a46f138 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 3eadc9a34..69b91a7ec 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 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..f2b07f8a5 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 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 5d602a7a6..5568f2130 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 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index a09ed80dd..fbe42f5e5 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 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }}