Skip to content

Commit 9b00b7b

Browse files
authored
Update deploy-pipeline.yaml
1 parent 5e42ced commit 9b00b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out code
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
- name: Set up Python
1212
uses: actions/setup-python@v2
1313
with:
@@ -25,7 +25,7 @@ jobs:
2525
needs: lint
2626
steps:
2727
- name: Check out code
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2929
- name: Set up Python
3030
uses: actions/setup-python@v2
3131
with:

0 commit comments

Comments
 (0)