We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2a7ba commit e64cfb6Copy full SHA for e64cfb6
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
permissions:
20
contents: read
21
steps:
22
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
with:
24
persist-credentials: false
25
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
0 commit comments