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