From b98bbfaf4c378c5c6fb0037cde0b5ee21d29af58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:20:48 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 4 ++-- .github/workflows/size.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1a9e66d..51b3ba4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ jobs: node-version: [14] steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v2 @@ -50,7 +50,7 @@ jobs: node-version: [14] steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v2 diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 94ab44e..1b487a0 100644 --- a/.github/workflows/size.yaml +++ b/.github/workflows/size.yaml @@ -12,7 +12,7 @@ jobs: node-version: [14] steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v2