From 9051786ce72f6010d64f18dc91ff5f6de124473c Mon Sep 17 00:00:00 2001 From: "joshjohanning-repo-settings-sync[bot]" <237077283+joshjohanning-repo-settings-sync[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:06:03 +0000 Subject: [PATCH 1/2] chore: update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb80aa7..55612c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v7 + uses: actions/checkout@v6 with: persist-credentials: false From 2d812a85a302bfeaeb465e4c8068e7119321be52 Mon Sep 17 00:00:00 2001 From: "joshjohanning-repo-settings-sync[bot]" <237077283+joshjohanning-repo-settings-sync[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:06:04 +0000 Subject: [PATCH 2/2] chore: update .github/workflows/publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e8dba7..39b6ffe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: joshjohanning/publish-github-action@v3