From 29d027b546f84e130c942d98c44b79b9642619c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:15:58 +0000 Subject: [PATCH] Bump actions/checkout in /steps/03-Interact-With-Env-solution Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../03-Interact-With-Env-solution/ex3_switch_node_version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/03-Interact-With-Env-solution/ex3_switch_node_version.yaml b/steps/03-Interact-With-Env-solution/ex3_switch_node_version.yaml index 68fd7af..e9f6530 100644 --- a/steps/03-Interact-With-Env-solution/ex3_switch_node_version.yaml +++ b/steps/03-Interact-With-Env-solution/ex3_switch_node_version.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name : setup node uses: actions/setup-node@v3 with: