From 9721dfda74f21e1ce9606f6f4496fc296bed5531 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:40:58 +0000 Subject: [PATCH 1/2] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 4012eec..1464858 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -64,7 +64,7 @@ jobs: # This is only available on public repositories. if: > always() && - !contains(fromJSON('[["cancelled", "skipped"]]'), needs.workflow_syntax.result) && + !contains(fromJSON('["cancelled", "skipped"]'), needs.workflow_syntax.result) && !github.event.repository.private runs-on: ubuntu-latest permissions: From baf83c44a2a17ce31354ef79d7e7ed55923eee48 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:40:59 +0000 Subject: [PATCH 2/2] .ruby-version: update to match main configuration --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index fa7adc7..9c25013 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.3.6