Skip to content

Commit 31dcca8

Browse files
Merge pull request #48 from NETWAYS/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents bf749f6 + fc2a459 commit 31dcca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.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@v5
1515

16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.x'
1919
cache: pip
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v5
5555

56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.x'
5959
cache: pip

0 commit comments

Comments
 (0)