Skip to content

Commit be87ea4

Browse files
committed
update release action workflow versions
1 parent f00be2a commit be87ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
steps:
1919

2020
- name: Checkout source code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
path: '${{ env.CUSTOM_DIR }}'
2424

2525
- name: Set up Python 3.10
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.10'
2929

0 commit comments

Comments
 (0)