1
0
Fork 0
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:
James Cook 2026-05-08 18:43:23 +01:00
parent 4003c6bb53
commit 15c9b55df7
No known key found for this signature in database
2 changed files with 15 additions and 20 deletions

View file

@ -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