Skip to content

Commit 53a6693

Browse files
committed
update actions/checkout action
1 parent c4ef4d4 commit 53a6693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# which runs pre-configured linter & autoformatter
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- uses: actions/setup-python@v4
3939
with:
4040
python-version: '3.9'
@@ -69,7 +69,7 @@ jobs:
6969
MONGODB: $MONGODB_5_0
7070
PYMONGO: $PYMONGO_4_3
7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7373
- name: Set up Python ${{ matrix.python-version }}
7474
uses: actions/setup-python@v4
7575
with:
@@ -96,7 +96,7 @@ jobs:
9696
# to avoid that it breaks when new releases are being created
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v3
100100
- name: Set up Python ${{ matrix.python-version }}
101101
uses: actions/setup-python@v4
102102
with:

0 commit comments

Comments
 (0)