Skip to content

Commit 9389f67

Browse files
Merge branch 'main' into cron-worker-refactor
Signed-off-by: Spencer Schrock <[email protected]>
2 parents 876acb0 + 2c16c8f commit 9389f67

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/workflows/docker.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
repo-token: ${{ secrets.GITHUB_TOKEN }}
5353
- name: Cache builds
5454
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
55-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
55+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
5656
with:
5757
# In order:
5858
# * Module download cache
@@ -97,7 +97,7 @@ jobs:
9797
repo-token: ${{ secrets.GITHUB_TOKEN }}
9898
- name: Cache builds
9999
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
100-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
100+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
101101
with:
102102
# In order:
103103
# * Module download cache
@@ -142,7 +142,7 @@ jobs:
142142
repo-token: ${{ secrets.GITHUB_TOKEN }}
143143
- name: Cache builds
144144
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
145-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
145+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
146146
with:
147147
# In order:
148148
# * Module download cache
@@ -187,7 +187,7 @@ jobs:
187187
repo-token: ${{ secrets.GITHUB_TOKEN }}
188188
- name: Cache builds
189189
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
190-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
190+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
191191
with:
192192
# In order:
193193
# * Module download cache
@@ -232,7 +232,7 @@ jobs:
232232
repo-token: ${{ secrets.GITHUB_TOKEN }}
233233
- name: Cache builds
234234
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
235-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
235+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
236236
with:
237237
# In order:
238238
# * Module download cache
@@ -277,7 +277,7 @@ jobs:
277277
repo-token: ${{ secrets.GITHUB_TOKEN }}
278278
- name: Cache builds
279279
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
280-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
280+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
281281
with:
282282
# In order:
283283
# * Module download cache
@@ -322,7 +322,7 @@ jobs:
322322
repo-token: ${{ secrets.GITHUB_TOKEN }}
323323
- name: Cache builds
324324
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
325-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
325+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
326326
with:
327327
# In order:
328328
# * Module download cache

.github/workflows/main.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Cache builds
4545
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
46-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
46+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 #v2.1.7
4747
with:
4848
path: |
4949
~/go/pkg/mod
@@ -88,7 +88,7 @@ jobs:
8888
repo-token: ${{ secrets.GITHUB_TOKEN }}
8989
- name: Cache builds
9090
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
91-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
91+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
9292
with:
9393
path: |
9494
~/go/pkg/mod
@@ -136,7 +136,7 @@ jobs:
136136
repo-token: ${{ secrets.GITHUB_TOKEN }}
137137
- name: Cache builds
138138
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
139-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
139+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
140140
with:
141141
path: |
142142
~/go/pkg/mod
@@ -219,7 +219,7 @@ jobs:
219219
repo-token: ${{ secrets.GITHUB_TOKEN }}
220220
- name: Cache builds
221221
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
222-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
222+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
223223
with:
224224
path: |
225225
~/go/pkg/mod
@@ -267,7 +267,7 @@ jobs:
267267
repo-token: ${{ secrets.GITHUB_TOKEN }}
268268
- name: Cache builds
269269
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
270-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
270+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
271271
with:
272272
path: |
273273
~/go/pkg/mod
@@ -315,7 +315,7 @@ jobs:
315315
repo-token: ${{ secrets.GITHUB_TOKEN }}
316316
- name: Cache builds
317317
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
318-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
318+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
319319
with:
320320
path: |
321321
~/go/pkg/mod
@@ -363,7 +363,7 @@ jobs:
363363
repo-token: ${{ secrets.GITHUB_TOKEN }}
364364
- name: Cache builds
365365
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
366-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
366+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
367367
with:
368368
path: |
369369
~/go/pkg/mod
@@ -411,7 +411,7 @@ jobs:
411411
repo-token: ${{ secrets.GITHUB_TOKEN }}
412412
- name: Cache builds
413413
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
414-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
414+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
415415
with:
416416
path: |
417417
~/go/pkg/mod
@@ -459,7 +459,7 @@ jobs:
459459
repo-token: ${{ secrets.GITHUB_TOKEN }}
460460
- name: Cache builds
461461
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
462-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
462+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
463463
with:
464464
path: |
465465
~/go/pkg/mod
@@ -507,7 +507,7 @@ jobs:
507507
repo-token: ${{ secrets.GITHUB_TOKEN }}
508508
- name: Cache builds
509509
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
510-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
510+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
511511
with:
512512
path: |
513513
~/go/pkg/mod
@@ -555,7 +555,7 @@ jobs:
555555
repo-token: ${{ secrets.GITHUB_TOKEN }}
556556
- name: Cache builds
557557
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
558-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
558+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
559559
with:
560560
path: |
561561
~/go/pkg/mod
@@ -603,7 +603,7 @@ jobs:
603603
repo-token: ${{ secrets.GITHUB_TOKEN }}
604604
- name: Cache builds
605605
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
606-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
606+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
607607
with:
608608
path: |
609609
~/go/pkg/mod
@@ -651,7 +651,7 @@ jobs:
651651
repo-token: ${{ secrets.GITHUB_TOKEN }}
652652
- name: Cache builds
653653
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
654-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
654+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
655655
with:
656656
path: |
657657
~/go/pkg/mod
@@ -699,7 +699,7 @@ jobs:
699699
repo-token: ${{ secrets.GITHUB_TOKEN }}
700700
- name: Cache builds
701701
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
702-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
702+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
703703
with:
704704
path: |
705705
~/go/pkg/mod
@@ -771,7 +771,7 @@ jobs:
771771

772772
- name: Cache builds
773773
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
774-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
774+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
775775
with:
776776
path: |
777777
~/go/pkg/mod
@@ -818,7 +818,7 @@ jobs:
818818
repo-token: ${{ secrets.GITHUB_TOKEN }}
819819
- name: Cache builds
820820
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
821-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2.1.7
821+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v2.1.7
822822
with:
823823
path: |
824824
~/go/pkg/mod

0 commit comments

Comments
 (0)