Skip to content

Commit

Permalink
chore: fix check_updates script (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 6, 2025
1 parent 690782e commit 6c39980
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_DPRINTBOT_PAT }}

- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
- uses: dsherret/rust-toolchain-file@v1

- name: Run script
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"imports": {
"dax": "jsr:@david/[email protected]",
"@std/semver": "jsr:@std/semver",
"@std/semver": "jsr:@std/semver@1",
"@std/yaml": "jsr:@std/yaml@1"
}
}
2 changes: 1 addition & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c39980

Please sign in to comment.