diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2024-02-19 19:39:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 13:39:40 -0500 |
commit | 13fe42503c7e4369b3e128859084e2339c355ee3 (patch) | |
tree | 2c933fc5da62b36c37d2fe920e6ec7a3022f82e4 /.github/workflows/webhook_translate.yml | |
parent | 12a966eec12b21166bf66ba2ec78bc00d92427a8 (diff) | |
download | Skyblocker-13fe42503c7e4369b3e128859084e2339c355ee3.tar.gz Skyblocker-13fe42503c7e4369b3e128859084e2339c355ee3.tar.bz2 Skyblocker-13fe42503c7e4369b3e128859084e2339c355ee3.zip |
use mod-publish-plugin (#556)
Diffstat (limited to '.github/workflows/webhook_translate.yml')
-rw-r--r-- | .github/workflows/webhook_translate.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/webhook_translate.yml b/.github/workflows/webhook_translate.yml index c901c056..5d1208fa 100644 --- a/.github/workflows/webhook_translate.yml +++ b/.github/workflows/webhook_translate.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 @@ -22,7 +22,7 @@ jobs: with: go-version: '1.20' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }} |