Skip to content

Commit 761531b

Browse files
🔁 Update CI GitHub Actions and @types/node to Version 20.10.5 (#54)
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent a973672 commit 761531b

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/test-createx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if [[ $version_foundry != "paris" ]] || [[ $version_foundry != $version_hh ]]; then exit 1; fi
7878
7979
- name: Set up Go
80-
uses: actions/setup-go@v4
80+
uses: actions/setup-go@v5
8181
with:
8282
go-version: ${{ matrix.go_version }}
8383
cache: False
@@ -114,7 +114,7 @@ jobs:
114114
sarif: results.sarif
115115

116116
- name: Upload SARIF file
117-
uses: github/codeql-action/upload-sarif@v2
117+
uses: github/codeql-action/upload-sarif@v3
118118
with:
119119
sarif_file: ${{ steps.slither.outputs.sarif }}
120120

interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
44-
"@types/node": "20.10.4",
44+
"@types/node": "20.10.5",
4545
"@types/react": "18.2.45",
4646
"@types/react-dom": "18.2.18",
4747
"autoprefixer": "10.4.16",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)