Skip to content

Commit 66163ae

Browse files
Update all dependencies
1 parent d90b7fe commit 66163ae

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

.github/workflows/autocomment-iss-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
steps:
1313
- name: Greet User
14-
uses: actions/github-script@v5
14+
uses: actions/github-script@v7
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
script: |

.github/workflows/close-old-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121

2222
steps:
23-
- uses: actions/stale@v7
23+
- uses: actions/stale@v9
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
stale-pr-message: 'This PR has been automatically closed due to inactivity from the owner for 15 days.'

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the SARIF file generated in the previous step
5858
- name: Upload SARIF results file
59-
uses: github/codeql-action/upload-sarif@v2
59+
uses: github/codeql-action/upload-sarif@v3
6060
with:
6161
sarif_file: results.sarif

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine AS builder
1+
FROM node:20-alpine AS builder
22

33
WORKDIR /app
44

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@fortawesome/fontawesome-svg-core": "^6.5.1",
3232
"@fortawesome/free-solid-svg-icons": "^6.5.1",
3333
"@fortawesome/react-fontawesome": "^0.2.0",
34-
"@giscus/react": "^2.4.0",
34+
"@giscus/react": "^3.0.0",
3535
"@mdx-js/react": "^3.0.0",
3636
"axios": "^1.6.8",
3737
"clsx": "^2.0.0",

0 commit comments

Comments
 (0)