Skip to content

Commit 80bde58

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/github-script-9.0.0
2 parents 8d5b399 + 7fdb3ac commit 80bde58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
persist-credentials: false
31-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
31+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3232
with:
3333
python-version: '3.13'
3434

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: false
17-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
17+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1818
with:
1919
python-version: '3.13'
2020

0 commit comments

Comments
 (0)