Skip to content

Commit 57bed33

Browse files
chore(deps): update all dependencies (#209)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e7a17f5 commit 57bed33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/compliance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python: ['3.11']
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Setup Python
1616
uses: actions/setup-python@v4
1717
with:
@@ -32,7 +32,7 @@ jobs:
3232
python: ['3.11']
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Setup Python
3737
uses: actions/setup-python@v4
3838
with:

.github/workflows/unittest-prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python: ['3.11']
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Setup Python
1616
uses: actions/setup-python@v4
1717
with:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.0
1+
pytest==7.4.2

0 commit comments

Comments
 (0)