mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: update action versions
This commit is contained in:
parent
4003c6bb53
commit
15c9b55df7
2 changed files with 15 additions and 20 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -9,9 +9,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
deno-version: "latest"
|
||||
- name: Lint Package with Biome
|
||||
run: deno task lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue