Skip to content

Commit 66c66ab

Browse files
authored
chore: update actions-cache to v4 (#3948)
1 parent 96d4ffe commit 66c66ab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ci.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags:
77
- "*"
88
pull_request:
9+
merge_group:
910

1011
# Cancel in-progress runs in current workflow.
1112
concurrency:
@@ -75,7 +76,7 @@ jobs:
7576
- uses: ory/ci/checkout@master
7677
with:
7778
fetch-depth: 2
78-
- uses: actions/cache@v2
79+
- uses: actions/cache@v4
7980
with:
8081
path: |
8182
internal/httpclient
@@ -118,7 +119,7 @@ jobs:
118119
HSM_PIN: 1234
119120
steps:
120121
- uses: ory/ci/checkout@master
121-
- uses: actions/cache@v2
122+
- uses: actions/cache@v4
122123
with:
123124
path: |
124125
internal/httpclient
@@ -177,11 +178,11 @@ jobs:
177178
- uses: actions/setup-go@v3
178179
with:
179180
go-version: "1.22"
180-
- uses: actions/cache@v2
181+
- uses: actions/cache@v4
181182
with:
182183
path: ./test/e2e/hydra
183184
key: ${{ runner.os }}-hydra
184-
- uses: actions/cache@v2
185+
- uses: actions/cache@v4
185186
with:
186187
path: |
187188
internal/httpclient

.github/workflows/codeql-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
branches: [master]
1414
schedule:
1515
- cron: "0 11 * * 6"
16+
merge_group:
1617

1718
jobs:
1819
analyze:

.github/workflows/format.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Format
33
on:
44
pull_request:
55
push:
6+
merge_group:
67

78
jobs:
89
format:

0 commit comments

Comments
 (0)