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.
2 parents 2f7a7f1 + 3ce4452 commit 249bdd0Copy full SHA for 249bdd0
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
steps:
56
- name: "Checkout"
57
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
58
with:
59
fetch-depth: 2
60
@@ -82,14 +82,14 @@ jobs:
82
pre-commit:
83
runs-on: ubuntu-latest
84
85
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
86
- uses: actions/setup-python@v5
87
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
88
89
eslint:
90
91
92
93
- uses: actions/setup-node@v4
94
- id: cache-restore
95
uses: actions/cache@v4
0 commit comments