Skip to content

Commit 5179000

Browse files
authored
Merge pull request #95 from logzio/dependabot/github_actions/actions/setup-python-5.1.0
Bump actions/setup-python from 3.0.0 to 5.1.0
2 parents 1c3eb26 + 6cedf3f commit 5179000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Python
16-
uses: actions/setup-python@v3.0.0
16+
uses: actions/setup-python@v5.1.0
1717
with:
1818
python-version: '3.x'
1919
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v2
3131
with:
3232
fetch-depth: 0
33-
- uses: actions/setup-python@v3.0.0
33+
- uses: actions/setup-python@v5.1.0
3434
with:
3535
python-version: '3.x'
3636
- name: Install dependencies

0 commit comments

Comments
 (0)