Skip to content

Commit aa40f51

Browse files
chore(deps): update actions/setup-python action to v4 (googleapis#10647)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent b41d075 commit aa40f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "::set-output name=current_date::$(date +'%Y-%m-%d')"
3434
- uses: actions/checkout@v3
3535
- name: Set up Python 3.9
36-
uses: actions/setup-python@v3
36+
uses: actions/setup-python@v4
3737
with:
3838
python-version: 3.9
3939
- name: Install script dependencies

0 commit comments

Comments
 (0)