Skip to content

Commit

Permalink
Merge pull request #17 from FriendsOfREDAXO/schuer-update-setup
Browse files Browse the repository at this point in the history
Update setup
  • Loading branch information
schuer authored Feb 26, 2024
2 parents c808879 + 02ff03d commit 969b011
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Update repo description
# https://github.com/marketplace/actions/docker-hub-description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"std/": "https://deno.land/std@0.208.0/"
"std/": "https://deno.land/std@0.217.0/"
},
"tasks": {
"lint": "deno lint",
Expand Down
Loading

0 comments on commit 969b011

Please sign in to comment.