Skip to content

Commit 335ebea

Browse files
bloveclaude
andauthored
ci: align stray actions/checkout pins to v6.0.2 (#702)
Two jobs (ci.yml posthog-sync-plan, publish-middleware-python) were on the v4.3.1 checkout SHA while the rest of the repo uses v6.0.2. Align them. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2fc2b2e commit 335ebea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ jobs:
969969
if: github.event_name == 'push' || needs.ci-scope.outputs.posthog == 'true'
970970
runs-on: ubuntu-latest
971971
steps:
972-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
972+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
973973
with:
974974
fetch-depth: 0
975975
- name: Detect PostHog-relevant changes

.github/workflows/publish-middleware-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
56+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757

5858
- name: Install uv
5959
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2

0 commit comments

Comments
 (0)