Skip to content

Commit dc2351a

Browse files
committed
Sync trigger-all-repos.yml from .github repo
1 parent 5815aa9 commit dc2351a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-all-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
runs-on: [self-hosted, linux, x64, big]
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@main
31+
uses: actions/checkout@v4.3.1
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@main
34+
uses: actions/setup-python@v5.6.0
3535
with:
3636
python-version: '3.11'
3737

0 commit comments

Comments
 (0)