This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new 427f73f Bump actions/checkout from 3 to 4
427f73f is described below
commit 427f73fc0a1735922d393790ebc4cf9f0e35a383
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 5 01:06:11 2023 +0000
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] <[email protected]>
---
.github/workflows/shellcheck-posix.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/shellcheck-posix.yml
b/.github/workflows/shellcheck-posix.yml
index 1768f81..83a3598 100644
--- a/.github/workflows/shellcheck-posix.yml
+++ b/.github/workflows/shellcheck-posix.yml
@@ -31,7 +31,7 @@ jobs:
# SC2009: Don't consider pgrep, not available everywhere;
https://www.shellcheck.net/wiki/SC2009
SHELLCHECK_OPTS: '-e SC1091 -e SC2009'
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: download
run: |
curl --silent --fail --show-error --retry 2 --retry-delay 1
--connect-timeout 5 --location --url
"https://github.com/koalaman/shellcheck/releases/download/v${SHELLCHECK_VERSION}/shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"
-o shellcheck-v${SHELLCHECK_VERSION}.tar.xz