From 519fa45fed24f4949ec197e461abf0866e9b547a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:14:27 +0000 Subject: [PATCH] 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/test-action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 428cf7d..84002f6 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -18,7 +18,7 @@ jobs: statuses: none name: Install faas-cli and test presence in path steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install faas-cli uses: ./ - name: Check install! @@ -47,7 +47,7 @@ jobs: statuses: none name: Install Custom faas-cli and test presence in path steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install faas-cli uses: ./ with: @@ -78,7 +78,7 @@ jobs: statuses: none name: Try to install a wrong Cosign steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install faas-cli uses: ./ with: