Skip to content

Commit 2e0a799

Browse files
authored
chore(deps): update actions/setup-python action to v3 (googleapis#10633)
1 parent 5c08a17 commit 2e0a799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v2
3535
- name: Set up Python 3.9
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v3
3737
with:
3838
python-version: 3.9
3939
- name: Install script dependencies

0 commit comments

Comments
 (0)