We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44151ab + db22d22 commit b5f6b22Copy full SHA for b5f6b22
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
lint:
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
- name: Set up Python ${{ env.PYTHON_VERSION }}
34
uses: actions/setup-python@v6
35
with:
@@ -48,7 +48,7 @@ jobs:
48
inputs: ["00_ or 01_ or 02_ or 03_ or 04_ or 05_", "06_ or 07_ or 08_ or 09_ or 10_"]
49
runs-on: ${{ matrix.os }}
50
51
52
- uses: actions/cache@v4
53
id: cache
54
0 commit comments