Skip to content

Commit 0a8d897

Browse files
chore(deps): update all non-major dependencies (#793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e56744 commit 0a8d897

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
md5sum gambling-script/*
3838
zip -r gambling-script-${{ env.RELEASE_VERSION }}.zip gambling-script
3939
- name: Release
40-
uses: softprops/action-gh-release@v2.3.2
40+
uses: softprops/action-gh-release@v2.3.3
4141
if: startsWith(github.ref, 'refs/tags/')
4242
with:
4343
files: gambling-script-${{ env.RELEASE_VERSION }}.zip

package-lock.json

Lines changed: 7 additions & 7 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
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@types/jest": "29.5.14",
26-
"@types/node": "20.19.11",
26+
"@types/node": "20.19.13",
2727
"@typescript-eslint/eslint-plugin": "8.40.0",
2828
"@typescript-eslint/parser": "8.40.0",
2929
"eslint": "8.57.1",

0 commit comments

Comments
 (0)