This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new 4021a39 Bump up some GitHub Actions (#197)
4021a39 is described below
commit 4021a396bf07b2136f97c12708476418a8157d72
Author: kezhenxu94 <[email protected]>
AuthorDate: Fri Mar 21 11:01:36 2025 +0800
Bump up some GitHub Actions (#197)
---
.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