From 02fd5654769d7614b0eb318e6023b5ee23dcc346 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 29 Mar 2024 13:01:51 +0000 Subject: [PATCH] CI: bump write-file-action --- .github/workflows/npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 7bd150ef5..b5873c498 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -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: | @@ -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: |