Skip to content

Commit 7734da0

Browse files
authored
Merge pull request #247 from netromdk/dependabot/github_actions/actions/setup-python-5.0.0
chore(deps): Bump actions/setup-python from 4.7.1 to 5.0.0
2 parents fbd63eb + ef0cb98 commit 7734da0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
26+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84

.github/workflows/snyk-schedule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
22+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
2323
with:
2424
python-version: '3.10'
2525

.github/workflows/snyk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
22+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
2323
with:
2424
python-version: '3.10'
2525

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
7878
- name: Set up Python ${{ matrix.python-version }}
79-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
79+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
8080
with:
8181
python-version: ${{ matrix.python-version }}
8282

0 commit comments

Comments
 (0)