We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351813e commit 9d57171Copy full SHA for 9d57171
.github/workflows/nightly-build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout repository
24
- uses: actions/checkout@v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #5.0.0
25
with:
26
fetch-depth: 0
27
token: ${{ secrets.GITHUB_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
41
git checkout -b "$BRANCH_NAME"
42
43
- name: Set up Python
44
- uses: actions/setup-python@v4
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
45
46
python-version: '3.11'
47
0 commit comments