Skip to content

Commit 387b0f6

Browse files
authored
Merge pull request #73 from crytic/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents cb4da2b + fa04d53 commit 387b0f6

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
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Set up Python 3.8
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: 3.8
1919
- name: Lint
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v6
3737

3838
- name: Set up Python 3.8
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
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@v6
1818

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

0 commit comments

Comments
 (0)