Skip to content

Commit fab7dbc

Browse files
authored
Merge pull request #6 from devsecblueprint/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents b337dba + d1b3a25 commit fab7dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: "Setup Python ${{ matrix.python-version}}"
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "${{ matrix.python-version}}"
2020

@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: "Setup Python ${{ matrix.python-version}}"
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v5
4242
with:
4343
python-version: "${{ matrix.python-version}}"
4444

0 commit comments

Comments
 (0)