Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Apr 13, 2024
1 parent cdea3d3 commit 876ef49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
deno-version: [1.38.0, "v1.x"]
deno-version: [1.39.1, "v1.x"]

steps:
- name: Git Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.37.1
deno-version: v1.39.1

- name: Run Lume
run: deno task lume
Expand Down

0 comments on commit 876ef49

Please sign in to comment.