From 6eba28867db69c1116e2f9a445326808a711605d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:00:00 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 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] --- .github/workflows/test.yaml | 2 +- action.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 27d9a6d..50da49d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: git config --global core.autocrlf input fi - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ with: diff --git a/action.yaml b/action.yaml index 63c84a8..a409770 100644 --- a/action.yaml +++ b/action.yaml @@ -92,7 +92,7 @@ runs: fi - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: inputs.checkout with: # Work around the fact that in the context of a pull request github.sha @@ -112,7 +112,7 @@ runs: echo "short=${SHA:0:7}" >> $GITHUB_OUTPUT - name: Checkout build variables - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ fromJSON(inputs.checkout-build-variables) }} with: repository: secondlife/build-variables