Skip to content

Commit 213cfe3

Browse files
authored
Merge pull request #63 from crytic/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 9af40e6 + 5e4b820 commit 213cfe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python 3.8
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.8
1818
- name: Lint
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737

3838
- name: Set up Python 3.8
39-
uses: actions/setup-python@v4
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: 3.8
4242
- name: Run Tests 38

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Install Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.x"
2323

0 commit comments

Comments
 (0)