Skip to content

Commit 95eb36c

Browse files
committed
Update to avoid requests error
1 parent 17105d5 commit 95eb36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
path: |
155155
cache.tar.xz
156-
key: gam-${{ matrix.jid }}-20260213
156+
key: gam-${{ matrix.jid }}-20260224
157157

158158
- name: Untar Cache archive
159159
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'

src/gam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"""
2626

2727
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28-
__version__ = '7.34.07'
28+
__version__ = '7.34.08'
2929
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
3030

3131
# pylint: disable=wrong-import-position

0 commit comments

Comments
 (0)