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 c81075a commit deea2c0Copy full SHA for deea2c0
.github/workflows/AWSMegatests.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41
42
- name: Install Python
43
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
pre-commit:
15
runs-on: ubuntu-latest
16
steps:
17
18
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
19
with:
20
python-version: "3.13"
0 commit comments