From f2949e8e09a4b83d2b787fd07118d6628ee82384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:08:50 +0000 Subject: [PATCH] Deps: Bump actions/checkout from 3 to 4 in /mattermost-notify 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] --- mattermost-notify/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost-notify/action.yml b/mattermost-notify/action.yml index 2632f95d..9d52440e 100644 --- a/mattermost-notify/action.yml +++ b/mattermost-notify/action.yml @@ -51,7 +51,7 @@ runs: # we need a checkout to determine the commit-message per git # if commit is set but commit-message is not if: inputs.commit && !inputs.commit-message - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.commit }} - name: Install