Skip to content

Commit

Permalink
hack(ci): Update GHA actions for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Dec 28, 2023
1 parent 6f6b1f7 commit 180de51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Deno ${{ matrix.deno-version }}
uses: denoland/setup-deno@v1
Expand All @@ -32,7 +32,7 @@ jobs:
# "https" cache: code from the Internet
# External sources won't change much so we use less precise keys
- name: Cache https://
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/deno/deps/https
key: deno-https/v1-${{ github.sha }}
Expand Down

0 comments on commit 180de51

Please sign in to comment.