mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
upgrading action versions (#12006)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
6
.github/workflows/clj-e2e.yml
vendored
6
.github/workflows/clj-e2e.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
cache: 'yarn'
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
|
||||
- name: Clojure cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
id: clojure-deps
|
||||
with:
|
||||
path: |
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
run: clojure -A:cljs -P
|
||||
|
||||
- name: Shadow-cljs cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .shadow-cljs
|
||||
# ensure update cache every time
|
||||
|
||||
Reference in New Issue
Block a user