Skip to content

Commit 1e61500

Browse files
authored
Merge pull request #15077 from firemodels/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e43cfb1 + 1e556a6 commit 1e61500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: actions/checkout@v5
100100

101-
- uses: actions/setup-python@v5
101+
- uses: actions/setup-python@v6
102102
with:
103103
python-version: '3.9'
104104
cache: 'pip' # caching pip dependencies

0 commit comments

Comments
 (0)