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 b3230fc commit 7f01a28Copy full SHA for 7f01a28
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: read
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- name: Set up Python
19
uses: actions/setup-python@v5
@@ -38,7 +38,7 @@ jobs:
38
# Skip if the last commit was from github-actions[bot] to avoid infinite loops
39
if: github.actor != 'github-actions[bot]'
40
41
42
with:
43
token: ${{ secrets.GITHUB_TOKEN }}
44
ref: ${{ github.head_ref || github.ref }}
0 commit comments