We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a17f5 commit 57bed33Copy full SHA for 57bed33
.github/workflows/compliance.yml
@@ -11,7 +11,7 @@ jobs:
11
python: ['3.11']
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Setup Python
16
uses: actions/setup-python@v4
17
with:
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
.github/workflows/unittest-prerelease.yml
samples/snippets/requirements-test.txt
@@ -1 +1 @@
1
-pytest==7.4.0
+pytest==7.4.2
0 commit comments