Skip to content

Commit 717abed

Browse files
Bump the github-action-dependencies group across 1 directory with 10 updates
Bumps the github-action-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `4` | | [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) | `5.0.0` | `5.3.0` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.3` | `3.0.0` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2` | `3` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.3` | `1.13.0` | | [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6.0.0` | `6.2.0` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) Updates `crazy-max/ghaction-github-labeler` from 5.0.0 to 5.3.0 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@v5.0.0...v5.3.0) Updates `google-github-actions/auth` from 2.1.3 to 3.0.0 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2.1.3...v3.0.0) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2...v3) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.13.0) Updates `release-drafter/release-drafter` from 6.0.0 to 6.2.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v6.0.0...v6.2.0) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: crazy-max/ghaction-github-labeler dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: release-drafter/release-drafter dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3151539 commit 717abed

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Get uv version from constraints
3232
id: uv-version
@@ -51,7 +51,7 @@ jobs:
5151
uv run sphinx-build docs docs/_build
5252
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v3
54+
uses: actions/upload-pages-artifact@v4
5555
with:
5656
path: "docs/_build"
5757

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Check out the repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Run Labeler
23-
uses: crazy-max/ghaction-github-labeler@v5.0.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
23+
uses: crazy-max/ghaction-github-labeler@v5.3.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
2424
with:
2525
skip-delete: true

.github/workflows/pseudo-service-integration-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ jobs:
2626
- { python: "3.13" }
2727
steps:
2828
- name: Checkout Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
- id: "auth"
3131
name: "Authenticate to Google Cloud"
32-
uses: "google-github-actions/auth@v2.1.3"
32+
uses: "google-github-actions/auth@v3.0.0"
3333
with:
3434
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
3535
service_account: ${{ secrets.INTEGRATION_TEST_SA_EMAIL }}
3636
token_format: "access_token"
3737
- name: "Set up Cloud SDK"
38-
uses: "google-github-actions/setup-gcloud@v2"
38+
uses: "google-github-actions/setup-gcloud@v3"
3939
with:
4040
version: ">= 363.0.0"
4141
- name: Generate, mask, and output Google ID token as a secret
@@ -49,7 +49,7 @@ jobs:
4949
echo "::add-mask::$pseudo_service_auth_token"
5050
echo "PSEUDO_SERVICE_AUTH_TOKEN=$pseudo_service_auth_token" >> "$GITHUB_OUTPUT"
5151
- name: Setup python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: ${{ matrix.python }}
5555

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: read
1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 2
2222

@@ -59,10 +59,10 @@ jobs:
5959
6060
- name: Publish package on PyPI
6161
if: steps.check-version.outputs.tag
62-
uses: pypa/gh-action-pypi-publish@v1.12.3
62+
uses: pypa/gh-action-pypi-publish@v1.13.0
6363

6464
- name: Publish the release notes
65-
uses: release-drafter/release-drafter@v6.0.0
65+
uses: release-drafter/release-drafter@v6.2.0
6666
with:
6767
publish: ${{ steps.check-version.outputs.tag != '' }}
6868
tag: ${{ steps.check-version.outputs.tag }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Check out the repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242

4343
- name: Get uv version from constraints
4444
id: uv-version
@@ -71,7 +71,7 @@ jobs:
7171
subprocess.run(cmd, shell=True)
7272
7373
- name: Restore pre-commit cache
74-
uses: actions/cache@v4
74+
uses: actions/cache@v5
7575
if: matrix.session == 'pre-commit'
7676
with:
7777
path: ~/.cache/pre-commit
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Upload documentation
8787
if: matrix.session == 'docs-build'
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v6
8989
with:
9090
name: docs
9191
path: docs/_build

0 commit comments

Comments
 (0)