Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-node…
Browse files Browse the repository at this point in the history
…-4.0.0
  • Loading branch information
ForestEckhardt authored Nov 20, 2023
2 parents fa8b31c + 7264fbf commit a6246bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Deploy
id: deploy
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const deploy = require('./deploy.js')
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@actions/core": "^1.10.1",
"@docsearch/js": "^3.5.2",
"clipboard": "^2.0.11",
"firebase-tools": "^12.7.0"
"firebase-tools": "^12.9.1"
},
"scripts": {
"deploy": "node -e \"const deploy = require('./deploy.js'); deploy({expires: '8h'});\""
Expand Down
2 changes: 1 addition & 1 deletion scripts/.util/tools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"hugo": "v0.119.0",
"hugo": "v0.120.4",
"muffet": "v2.9.2"
}

0 comments on commit a6246bb

Please sign in to comment.