From ad9ad1a23395e956b0db9e86529d07bb8d5978a5 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Tue, 12 Nov 2024 11:06:22 -0800 Subject: [PATCH 1/3] chore: changes from formatting on save --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 803b4114..5afc0825 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: 'Release' +name: "Release" on: push: branches: From 601d535c4bed94ac985208088f46b4b6e5167f29 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Tue, 12 Nov 2024 11:06:44 -0800 Subject: [PATCH 2/3] fix: usage of deprecated `Node.js 16 actions` --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5afc0825..e422addc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 20 - run: yarn install From 658ac5a992331964989e432f083d4580f50305e0 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Wed, 13 Nov 2024 08:01:14 +0100 Subject: [PATCH 3/3] Update .github/workflows/release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e422addc..24847ca9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: "Release" +name: 'Release' on: push: branches: