Skip to content

Commit aceb081

Browse files
Bump actions/setup-go and actions/cache. (#19654)
1 parent 3a30ca6 commit aceb081

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/latest_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: Prepare Complement's Prerequisites
208208
run: synapse/.ci/scripts/setup_complement_prerequisites.sh
209209

210-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
210+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
211211
with:
212212
cache-dependency-path: complement/go.sum
213213
go-version-file: complement/go.mod

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6565

6666
- name: Set up docker layer caching
67-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
67+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6868
with:
6969
path: /tmp/.buildx-cache
7070
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# Cribbed from
175175
# https://github.com/AustinScola/mypy-cache-github-action/blob/85ea4f2972abed39b33bd02c36e341b28ca59213/src/restore.ts#L10-L17
176176
- name: Restore/persist mypy's cache
177-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
177+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
178178
with:
179179
path: |
180180
.mypy_cache
@@ -715,7 +715,7 @@ jobs:
715715
- name: Prepare Complement's Prerequisites
716716
run: synapse/.ci/scripts/setup_complement_prerequisites.sh
717717

718-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
718+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
719719
with:
720720
cache-dependency-path: complement/go.sum
721721
go-version-file: complement/go.mod

.github/workflows/twisted_trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: Prepare Complement's Prerequisites
181181
run: synapse/.ci/scripts/setup_complement_prerequisites.sh
182182

183-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
183+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
184184
with:
185185
cache-dependency-path: complement/go.sum
186186
go-version-file: complement/go.mod

0 commit comments

Comments
 (0)