aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-02 19:53:44 -0400
committerGitHub <noreply@github.com>2025-04-02 19:53:44 -0400
commit5c43cc205d6a31de78e7b4fe2128c7711381daa2 (patch)
tree0b21b2b7637c6847f396b6e9efe50fe39fc60181 /.github/workflows/go.yml
parent8bb9236c724a23b0c7ae4dd0f5bc97dba2966267 (diff)
parent573dfd099fa53c0cdbc3256cf15ea36af5bb9cb0 (diff)
downloadanubis-Xe/Makefile.tar.xz
anubis-Xe/Makefile.zip
Merge branch 'main' into Xe/MakefileXe/Makefile
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 09b543a..0be7b37 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
+ with:
+ persist-credentials: false
- name: build essential
run: |
@@ -57,7 +59,7 @@ jobs:
${{ runner.os }}-golang-
- name: Cache playwright binaries
- uses: actions/cache@v3
+ uses: actions/cache@v4
id: playwright-cache
with:
path: |