From 88bc2c1f97a14ac4c525a6177f6a23001448fda7 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Wed, 17 Apr 2024 22:45:20 -0700 Subject: [PATCH] Update to DamianReeves/write-file-action@v1.3 --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 98c7c44..d84fc89 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -107,7 +107,7 @@ jobs: contents: | {"type":"module"} - name: Create index.js - uses: DamianReeves/write-file-action@v1.2 + uses: DamianReeves/write-file-action@v1.3 with: write-mode: overwrite path: index.js