Skip to content

Commit 856946e

Browse files
authored
deps: Update dependencies for github (major) (#178)
1 parent c99fcaf commit 856946e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
}
4848
4949
- name: Setup Python
50-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
50+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
5151
with:
5252
python-version: "3.10"
5353

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
console.log('Failed to remove label. Another job may have already removed it!');
4848
}
4949
- name: Setup Python
50-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
50+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
5151
with:
5252
python-version: "3.10"
5353

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
repository: ${{ github.event.pull_request.head.repo.full_name }}
6868

6969
- name: Setup Python ${{ matrix.python-version }}
70-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
70+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373

@@ -145,7 +145,7 @@ jobs:
145145
repository: ${{ github.event.pull_request.head.repo.full_name }}
146146

147147
- name: Setup Python ${{ matrix.python-version }}
148-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
148+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
149149
with:
150150
python-version: ${{ matrix.python-version }}
151151

@@ -162,7 +162,7 @@ jobs:
162162

163163
- id: 'secrets'
164164
name: Get secrets
165-
uses: google-github-actions/get-secretmanager-secrets@4d6d3dfd94110800dda8d84109cb6da0f6a5919d # v1.0.1
165+
uses: google-github-actions/get-secretmanager-secrets@ae0d4054c32840e2ced71207a9df55161ae3debc # v2.0.0
166166
with:
167167
secrets: |-
168168
ALLOYDB_INSTANCE_URI:${{ secrets.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI

0 commit comments

Comments
 (0)