Skip to content

Commit 940abad

Browse files
authored
Merge pull request #1722 from GSA/dependabot/github_actions/github-actions-1cc54e3a68
Bump actions/setup-python from 5 to 6 in the github-actions group
2 parents 5be5837 + 3d7d05d commit 940abad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v5
2121
- name: Set up Python 3.10
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.10.14
2525
cache: 'pip'
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@v5
9898

9999
- name: Set up Python 3.10
100-
uses: actions/setup-python@v5
100+
uses: actions/setup-python@v6
101101
with:
102102
python-version: 3.10.14
103103
cache: 'pip'

0 commit comments

Comments
 (0)