diff options
| author | Renovate Bot <[email protected]> | 2022-03-01 19:27:19 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-01 19:27:19 +0000 |
| commit | a2934385f824038bb9cdf4c85451109d75da0073 (patch) | |
| tree | a365fa7e0c64a91db172aa21935c1a6569277998 | |
| parent | chore(release): 0.5.4 [skip ci] (diff) | |
| download | holo-schedule-renovate/actions-checkout-3.x.tar.xz holo-schedule-renovate/actions-checkout-3.x.zip | |
Update actions/checkout action to v3renovate/actions-checkout-3.x
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28e7265..0a63bbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: node-version: [14.x, 16.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7c62dae..a28f21c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fa6eab..a935720 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js 16 uses: actions/setup-node@v2 with: |