Skip to content

Commit 47cbc0b

Browse files
Merge pull request Azure-Samples#45 from Azure-Samples/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a8d45a9 + 5239bd7 commit 47cbc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/python-test.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# needed because the postgres container does not provide a healthcheck
2626
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Setup python
3030
uses: actions/setup-python@v5
3131
with:

0 commit comments

Comments
(0)