This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch gha in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
commit b5a8534ee90d3fb04ffb0942cd5ff38c8a7b9d5a Author: kezhenxu94 <[email protected]> AuthorDate: Fri Mar 21 10:56:17 2025 +0800 Bump up some GitHub Actions --- .github/workflows/publish-docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml index cd6ef0d..ba7ca49 100644 --- a/.github/workflows/publish-docker.yaml +++ b/.github/workflows/publish-docker.yaml @@ -36,10 +36,10 @@ jobs: env: VERSION: ${{ github.sha }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build
