File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 outputs :
1313 update_commit : ${{ steps.commit_changes.outputs.update_commit }}
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 ref : master
1818 fetch-depth : 0
1919 - name : Set up Python 3.12
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.12'
2323 architecture : ' x64'
@@ -50,13 +50,13 @@ jobs:
5050
5151 steps :
5252 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 # Use "last updated" commit from update job if created
5656 ref : ${{ needs.update.outputs.update_commit }}
5757
5858 - name : Set up Python 3.12
59- uses : actions/setup-python@v5
59+ uses : actions/setup-python@v6
6060 with :
6161 # Semantic version range syntax or exact version of a Python version
6262 python-version : ' 3.12'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111
1212 - name : Set up Python 3.12
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 # Semantic version range syntax or exact version of a Python version
1616 python-version : ' 3.12'
You can’t perform that action at this time.
0 commit comments