Skip to content

Commit

Permalink
ci: update actions/cache to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeidx committed May 14, 2024
1 parent 12802a7 commit 180263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
deno-version: ${{ env.DENO_VERSION }}

- name: Restore dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.DENO_DIR }}
key: dependencies-${{ hashFiles('deno.lock') }}
Expand Down

1 comment on commit 180263c

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 180263c May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@std/http/file_server" not prefixed with / or ./ or ../

Please sign in to comment.