Skip to content

Commit 369ae61

Browse files
ci(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [github/gh-aw-actions/setup-cli](https://github.com/github/gh-aw-actions) and [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) Updates `github/gh-aw-actions/setup-cli` from 0.71.5 to 0.81.6 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](github/gh-aw-actions@b806842...ba6380c) Updates `github/gh-aw-actions/setup` from 0.71.5 to 0.81.6 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](github/gh-aw-actions@b806842...ba6380c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/gh-aw-actions/setup-cli dependency-version: 0.81.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/gh-aw-actions/setup dependency-version: 0.81.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bee51e4 commit 369ae61

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Install gh-aw extension
24-
uses: github/gh-aw-actions/setup-cli@b8068426813005612b960b5ab0b8bd2c27142323 # v0.71.5
24+
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
2525
with:
2626
version: v0.71.5

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
code-quality:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v7
1010

1111
- name: Set up Python 3.12
1212
uses: actions/setup-python@v6
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.platform }}
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v6
4040
with:
@@ -56,7 +56,7 @@ jobs:
5656
coverage:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060

6161
- name: Set up Python 3.12
6262
uses: actions/setup-python@v6

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: "!startsWith(github.event.head_commit.message, 'chore: release ')"
1919
timeout-minutes: 10
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424

@@ -44,7 +44,7 @@ jobs:
4444
if: "startsWith(github.event.head_commit.message, 'chore: release ')"
4545
timeout-minutes: 10
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/repo-assist.lock.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)