Skip to content

Commit

Permalink
Updat deps and lume
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Nov 21, 2024
1 parent 06b805c commit 36ae5e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/server_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Deno environment
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Setup Cache
uses: actions/cache@v3
uses: actions/checkout@v4
with:
path: |
~/.deno
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v2.2.1/"
"lume/": "https://deno.land/x/lume@v2.4.2/"
}
}

0 comments on commit 36ae5e2

Please sign in to comment.