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 efc9e38 commit 273288cCopy full SHA for 273288c
.github/workflows/bump.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout repo
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
with:
17
fetch-depth: 0
18
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pylint.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
python-version: ["3.11"]
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
19
0 commit comments