File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
python-version : ["3.11", "3.12"]
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Set up Python ${{ matrix.python-version }}
22
22
uses : actions/setup-python@v5
23
23
with :
56
56
needs : test
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
- name : Fetch tags
61
61
run : git fetch --tags origin
62
62
- name : Set up Python
@@ -94,12 +94,12 @@ jobs:
94
94
$FAKESENTRY_TAG
95
95
$GCS_EMULATOR_TAG
96
96
EOF" >> "$GITHUB_ENV"
97
- - uses : google-github-actions/auth@v2
97
+ - uses : google-github-actions/auth@v3
98
98
with :
99
99
workload_identity_provider : ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
100
100
service_account : artifact-writer@${{ secrets.GCP_PROJECT_ID }}.iam.gserviceaccount.com
101
101
- 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
103
103
with :
104
104
image_tags : ${{ env.DOCKER_IMAGE_TAGS }}
105
105
workload_identity_pool_project_number : ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
You can’t perform that action at this time.
0 commit comments