We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ef4d4 commit 53a6693Copy full SHA for 53a6693
1 file changed
.github/workflows/github-actions.yml
@@ -34,7 +34,7 @@ jobs:
34
# which runs pre-configured linter & autoformatter
35
runs-on: ubuntu-latest
36
steps:
37
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
38
- uses: actions/setup-python@v4
39
with:
40
python-version: '3.9'
@@ -69,7 +69,7 @@ jobs:
69
MONGODB: $MONGODB_5_0
70
PYMONGO: $PYMONGO_4_3
71
72
73
- name: Set up Python ${{ matrix.python-version }}
74
uses: actions/setup-python@v4
75
@@ -96,7 +96,7 @@ jobs:
96
# to avoid that it breaks when new releases are being created
97
98
99
100
101
102
0 commit comments