diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-19 16:59:12 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-19 16:59:12 +0000 |
| commit | 37a55106d0b0fdd65dd4496c69837ba05c048056 (patch) | |
| tree | 0013f4357231ec401da13a45d89743e38ae05886 | |
| parent | chore(deps): update dependency @types/node to v18 (#41) (diff) | |
| download | holo-schedule-renovate/actions-checkout-4.x.tar.xz holo-schedule-renovate/actions-checkout-4.x.zip | |
chore(deps): update actions/checkout action to v4renovate/actions-checkout-4.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..d07ea1a 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@v4 - 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..08ea3e6 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@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fa6eab..7f72b04 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@v4 - name: Use Node.js 16 uses: actions/setup-node@v2 with: |