Skip to content

Commit a89b32c

Browse files
authored
Merge pull request #214 from secure-systems-lab/dependabot/github_actions/all-1cc54e3a68
Bump actions/setup-python from 5 to 6 in the all group
2 parents 1f40bfc + 33dcc6b commit a89b32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)