We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8609415 commit 56adf1eCopy full SHA for 56adf1e
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
if: startsWith(github.ref, 'refs/tags/') != true
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
17
- uses: denoland/setup-deno@v2
18
- run: deno fmt --check
19
- run: deno lint
@@ -26,7 +26,7 @@ jobs:
26
env:
27
flags: --allow-env --allow-run --allow-net --allow-read --allow-write --allow-ffi --allow-import --unstable-kv
28
29
30
- name: Get commit SHA
31
id: version
32
run: echo commit_sha=$(git log -n1 --format='%h') >> "$GITHUB_OUTPUT"
0 commit comments