Skip to content

Commit e8f0149

Browse files
renovate[bot]NextFire
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent aa56ed5 commit e8f0149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: startsWith(github.ref, 'refs/tags/') != true
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: denoland/setup-deno@v2
1818
- run: deno fmt --check
1919
- run: deno lint
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
flags: --allow-env --allow-run --allow-net --allow-read --allow-write --allow-ffi --allow-import --unstable-kv
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Get commit SHA
3131
id: version
3232
run: echo commit_sha=$(git log -n1 --format='%h') >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)