Skip to content

Commit a19d63f

Browse files
Bump the all-dependencies group with 3 updates (#159)
Bumps the all-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [google-github-actions/auth](https://github.com/google-github-actions/auth) and [mozilla-it/deploy-actions](https://github.com/mozilla-it/deploy-actions). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `google-github-actions/auth` from 2 to 3 - [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...v3) Updates `mozilla-it/deploy-actions` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/mozilla-it/deploy-actions/releases) - [Changelog](https://github.com/mozilla-it/deploy-actions/blob/main/.releaserc.yaml) - [Commits](mozilla-it/deploy-actions@v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: mozilla-it/deploy-actions dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cffa39 commit a19d63f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.11", "3.12"]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v5
2323
with:
@@ -56,7 +56,7 @@ jobs:
5656
needs: test
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- name: Fetch tags
6161
run: git fetch --tags origin
6262
- name: Set up Python
@@ -94,12 +94,12 @@ jobs:
9494
$FAKESENTRY_TAG
9595
$GCS_EMULATOR_TAG
9696
EOF" >> "$GITHUB_ENV"
97-
- uses: google-github-actions/auth@v2
97+
- uses: google-github-actions/auth@v3
9898
with:
9999
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
100100
service_account: artifact-writer@${{ secrets.GCP_PROJECT_ID }}.iam.gserviceaccount.com
101101
- name: Push fakesentry and gcs-emulator Docker images to GAR
102-
uses: mozilla-it/deploy-actions/docker-push@v4.3.0
102+
uses: mozilla-it/deploy-actions/docker-push@v4.4.0
103103
with:
104104
image_tags: ${{ env.DOCKER_IMAGE_TAGS }}
105105
workload_identity_pool_project_number: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}

0 commit comments

Comments
 (0)