Skip to content

Commit bb1fc9c

Browse files
fix(ci): correct checkout SHA pin to actual v4 tag (11d5960)
1 parent 0a41c5e commit bb1fc9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment: pypi
2424

2525
steps:
26-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.2.2 (pinned)
26+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.2.2 (pinned)
2727
with:
2828
persist-credentials: false
2929

@@ -62,7 +62,7 @@ jobs:
6262
contents: read
6363
id-token: write
6464
steps:
65-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.2.2 (pinned)
65+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.2.2 (pinned)
6666
with:
6767
persist-credentials: false
6868
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)