Skip to content

Commit b79c995

Browse files
authored
chore(deps): update all dependencies (#689)
1 parent 09c5144 commit b79c995

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/integration-tests-against-emulator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Setup Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: 3.8
2525
- name: Install nox

‎samples/samples/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==7.0.1
1+
pytest==7.1.0
22
pytest-dependency==0.5.1
33
mock==4.0.3
44
google-cloud-testutils==1.3.1

0 commit comments

Comments
 (0)