Skip to content

Commit

Permalink
Merge pull request #85 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 9fb0280 + f813413 commit 52a8a98
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 121 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 52a8a98

Please sign in to comment.