From c125fff2e38ab563609e393caae6c590d9cf9dbe Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Thu, 13 Oct 2022 20:02:00 +0200 Subject: [PATCH 1/3] :wrench: Use newer node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 61fb1e2..960636d 100644 --- a/action.yml +++ b/action.yml @@ -72,5 +72,5 @@ inputs: description: 'Lightness used by the color range feature. Defaults to 40.' required: false runs: - using: 'node12' + using: 'node16' main: 'index.js' From 457e3c5b74e1db429f4d0519c2198ef48a54e074 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Thu, 13 Oct 2022 20:03:30 +0200 Subject: [PATCH 2/3] :wrench: Test new version --- .github/workflows/badges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/badges.yml b/.github/workflows/badges.yml index df4197e..afd0ecf 100644 --- a/.github/workflows/badges.yml +++ b/.github/workflows/badges.yml @@ -10,7 +10,7 @@ jobs: - name: Get the Numbers run: echo "ANSWER=42" >> $GITHUB_ENV - name: Create the Badge - uses: schneegans/dynamic-badges-action@master + uses: schneegans/dynamic-badges-action@feature/node-16 with: auth: ${{ secrets.GIST_SECRET }} gistID: 2ab8f1d386f13aaebccbd87dac94068d From e88b2ac0cd735cdb85bce6de6781c513e22fb4b6 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Thu, 13 Oct 2022 20:04:51 +0200 Subject: [PATCH 3/3] :wrench: Revert test --- .github/workflows/badges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/badges.yml b/.github/workflows/badges.yml index afd0ecf..df4197e 100644 --- a/.github/workflows/badges.yml +++ b/.github/workflows/badges.yml @@ -10,7 +10,7 @@ jobs: - name: Get the Numbers run: echo "ANSWER=42" >> $GITHUB_ENV - name: Create the Badge - uses: schneegans/dynamic-badges-action@feature/node-16 + uses: schneegans/dynamic-badges-action@master with: auth: ${{ secrets.GIST_SECRET }} gistID: 2ab8f1d386f13aaebccbd87dac94068d