From aea5ee9c2366255e397de3fbe8b3ce1a691827d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:32:14 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2.3.1 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 4.1.1. - [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.3.1...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e4656ade74..1fc61fa2da 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -13,7 +13,7 @@ jobs: working-directory: packages/open-scd steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4.1.1 - name: Use Node.js 18.x uses: actions/setup-node@v1