Skip to content

Commit 4faf820

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c50715c commit 4faf820

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
steps:
2222
- name: Check out repository
2323
# actions/checkout v7.0.0
24-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
24+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false
2828

2929
- name: Set up Python
3030
# actions/setup-python v6.3.0
31-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
31+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
cache: pip
@@ -61,14 +61,14 @@ jobs:
6161
steps:
6262
- name: Check out repository
6363
# actions/checkout v7.0.0
64-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
64+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
6565
with:
6666
fetch-depth: 0
6767
persist-credentials: false
6868

6969
- name: Set up Python
7070
# actions/setup-python v6.3.0
71-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
71+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
7272
with:
7373
python-version: "3.12"
7474
cache: pip

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
steps:
1414
- name: Check out verified commit
1515
# actions/checkout v7.0.0
16-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
16+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1717
with:
1818
ref: ${{ github.sha }}
1919
fetch-depth: 0
2020
persist-credentials: false
2121

2222
- name: Set up Python
2323
# actions/setup-python v6.3.0
24-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
24+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
2525
with:
2626
python-version: "3.11"
2727

.github/workflows/security.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Check out repository
2020
# actions/checkout v7.0.0
21-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: Check out repository
4040
# actions/checkout v7.0.0
41-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
41+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
4242
with:
4343
persist-credentials: false
4444

@@ -57,13 +57,13 @@ jobs:
5757
steps:
5858
- name: Check out repository
5959
# actions/checkout v7.0.0
60-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
60+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
6161
with:
6262
persist-credentials: false
6363

6464
- name: Set up Python
6565
# actions/setup-python v6.3.0
66-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
66+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
6767
with:
6868
python-version: "3.12"
6969
cache: pip
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- name: Check out repository
127127
# actions/checkout v7.0.0
128-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
128+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
129129
with:
130130
persist-credentials: false
131131

0 commit comments

Comments
 (0)