Skip to content

Commit 1ffb6d4

Browse files
authored
Merge pull request #117 from bxlab/dependabot/github_actions/actions-14db7af2f3
Bump actions/setup-python from 6 to 6.3.0 in the actions group
2 parents 884d3c1 + 0b0acc7 commit 1ffb6d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v7
2222
with:
2323
persist-credentials: false
24-
- uses: actions/setup-python@v6
24+
- uses: actions/setup-python@v6.3.0
2525
with:
2626
python-version: '3.x'
2727
cache: pip
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v7
5353
with:
5454
persist-credentials: false
55-
- uses: actions/setup-python@v6
55+
- uses: actions/setup-python@v6.3.0
5656
with:
5757
python-version: '3.x'
5858
cache: pip

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v7
1515
with:
1616
persist-credentials: false
17-
- uses: actions/setup-python@v6
17+
- uses: actions/setup-python@v6.3.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
allow-prereleases: true
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v7
3434
with:
3535
persist-credentials: false
36-
- uses: actions/setup-python@v6
36+
- uses: actions/setup-python@v6.3.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
allow-prereleases: true

0 commit comments

Comments
 (0)