Skip to content

Commit ffbd256

Browse files
Update actions/setup-python action to v5.6.0
1 parent 6884930 commit ffbd256

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: '12.x'
2828

2929
- name: Setup Python
30-
uses: actions/setup-python@v5.3.0
30+
uses: actions/setup-python@v5.6.0
3131

3232
- name: Setup Java
3333
uses: actions/setup-java@v4

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: '12.x'
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v5.3.0
18+
uses: actions/setup-python@v5.6.0
1919

2020
- name: Setup Java
2121
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)