Skip to content

Commit 5c41a72

Browse files
committed
Merge branch 'master' of github.com:laravilt/schemas
2 parents 3301d3c + 027cc1b commit 5c41a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
packages: write
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Setup Node.js for npm
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: '20'
3636
registry-url: 'https://registry.npmjs.org'
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Create Release
8282
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
83-
uses: softprops/action-gh-release@v1
83+
uses: softprops/action-gh-release@v2
8484
with:
8585
tag_name: v${{ steps.package_info.outputs.version }}
8686
name: v${{ steps.package_info.outputs.version }}

0 commit comments

Comments
 (0)