Skip to content

Commit ca2b211

Browse files
committed
Upgrade dependencies with major versions but no breaking changes
1 parent d0db49f commit ca2b211

File tree

6 files changed

+468
-209
lines changed

6 files changed

+468
-209
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: diff
4747

4848
# If index.js was different than expected, upload the expected version as an artifact
49-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
49+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5050
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5151
with:
5252
name: dist

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ inputs:
1919
required: false
2020
description: 'If true, it will run the command without the final step of upload. All other checks are performed.'
2121
runs:
22-
using: 'node20'
22+
using: 'node24'
2323
main: 'dist/index.js'

0 commit comments

Comments
 (0)