Skip to content

Commit 9beddda

Browse files
Merge pull request #411 from mir-group/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 6008929 + 8a741a2 commit 9beddda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3333
- uses: actions/checkout@v2
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

0 commit comments

Comments
 (0)