From 09460d7af4a4188e880232ae35d16ec66c1c7114 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 9 Oct 2023 13:36:03 +0100 Subject: [PATCH] CI: use correct version of 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 0766b946..4626a652 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -43,7 +43,7 @@ jobs: script: | core.setOutput('semver', context.ref.replace('refs/tags/v','')) - name: Create package.json - uses: DamianReeves/write-file-action@v1 + uses: DamianReeves/write-file-action@v1.2 with: path: package.json contents: | @@ -53,7 +53,7 @@ jobs: } } - name: Create release.mjs - uses: DamianReeves/write-file-action@v1 + uses: DamianReeves/write-file-action@v1.2 with: path: release.mjs contents: |