Skip to content

Commit

Permalink
CI: bump write-file-action
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 29, 2024
1 parent e55bb93 commit 02fd565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
script: |
core.setOutput('semver', context.ref.replace('refs/tags/v',''))
- name: Create package.json
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: package.json
contents: |
Expand All @@ -121,7 +121,7 @@ jobs:
"type": "module"
}
- name: Create release.mjs
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: release.mjs
contents: |
Expand Down

0 comments on commit 02fd565

Please sign in to comment.