Skip to content

Commit

Permalink
Update CI Checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
mukwevhom committed May 8, 2024
1 parent fa2c40d commit 3d92af9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ["ubuntu-latest"]
steps:
- name: "🏨 Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "🦕 Setup Deno"
uses: denoland/setup-deno@v1
Expand All @@ -30,4 +30,5 @@ jobs:

- name: "🥬 Deploy App"
run: |
deployctl deploy --token="${{ secrets.DENO_DEPLOY_TOKEN }}" --="uc-fuel-scrapper" --prod
deployctl deploy --token="${{ secrets.DENO_DEPLOY_TOKEN }}" --="uc-fuel-scrapper" --prod

1 comment on commit 3d92af9

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 3d92af9 May 8, 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 "oak/mod.ts" not prefixed with / or ./ or ../

Please sign in to comment.