Skip to content

Commit 7d62ade

Browse files
v9.4.2 (#213)
2 parents 569cbff + 89157c3 commit 7d62ade

5 files changed

Lines changed: 24 additions & 23 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: falcondev-it/.github/actions/pnpm-install@master
2323

2424
- name: Cache ESLint & Prettier
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: |
2828
.eslintcache
@@ -65,7 +65,7 @@ jobs:
6565
needs: [lint, type-check, test-unit]
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6969
with:
7070
ref: dev
7171

@@ -75,27 +75,27 @@ jobs:
7575

7676
- name: Extract metadata (tags, labels) for Docker
7777
id: meta
78-
uses: docker/metadata-action@v5
78+
uses: docker/metadata-action@v6
7979
with:
8080
images: ghcr.io/${{ github.repository }}
8181
tags: |
8282
dev
8383
8484
- name: Login to GitHub Container Registry
85-
uses: docker/login-action@v3
85+
uses: docker/login-action@v4
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}
8989
password: ${{ secrets.GITHUB_TOKEN }}
9090

9191
- name: Set up QEMU
92-
uses: docker/setup-qemu-action@v3
92+
uses: docker/setup-qemu-action@v4
9393

9494
- name: Set up Docker Buildx
95-
uses: docker/setup-buildx-action@v3
95+
uses: docker/setup-buildx-action@v4
9696

9797
- name: Build and push
98-
uses: docker/build-push-action@v6
98+
uses: docker/build-push-action@v7
9999
with:
100100
context: .
101101
platforms: linux/amd64,linux/arm64
@@ -107,14 +107,14 @@ jobs:
107107
108108
- name: Extract metadata (tags, labels) for Docker (caged)
109109
id: meta-caged
110-
uses: docker/metadata-action@v5
110+
uses: docker/metadata-action@v6
111111
with:
112112
images: ghcr.io/${{ github.repository }}
113113
tags: |
114114
dev-caged
115115
116116
- name: Build and push (caged)
117-
uses: docker/build-push-action@v6
117+
uses: docker/build-push-action@v7
118118
with:
119119
context: .
120120
platforms: linux/amd64,linux/arm64

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
RELEASE_REF: ${{ steps.bump-version.outputs.RELEASE_REF }}
3434
RELEASE_TAG: ${{ steps.create-release-pr.outputs.RELEASE_TAG }}
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
with:
3838
ref: dev
3939
fetch-depth: 0
@@ -42,7 +42,7 @@ jobs:
4242
if: github.event_name == 'push'
4343
run: git branch --contains ${{ github.ref }} | grep dev
4444

45-
- uses: actions/setup-node@v4
45+
- uses: actions/setup-node@v6
4646
with:
4747
node-version: lts/*
4848

@@ -99,13 +99,13 @@ jobs:
9999
needs: [release]
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/checkout@v4
102+
- uses: actions/checkout@v6
103103
with:
104104
ref: master
105105

106106
- name: Extract metadata (tags, labels) for Docker
107107
id: meta
108-
uses: docker/metadata-action@v5
108+
uses: docker/metadata-action@v6
109109
with:
110110
images: ghcr.io/${{ github.repository }}
111111
tags: |
@@ -116,20 +116,20 @@ jobs:
116116
dev
117117
118118
- name: Login to GitHub Container Registry
119-
uses: docker/login-action@v3
119+
uses: docker/login-action@v4
120120
with:
121121
registry: ghcr.io
122122
username: ${{ github.actor }}
123123
password: ${{ secrets.GITHUB_TOKEN }}
124124

125125
- name: Set up QEMU
126-
uses: docker/setup-qemu-action@v3
126+
uses: docker/setup-qemu-action@v4
127127

128128
- name: Set up Docker Buildx
129-
uses: docker/setup-buildx-action@v3
129+
uses: docker/setup-buildx-action@v4
130130

131131
- name: Build and push
132-
uses: docker/build-push-action@v6
132+
uses: docker/build-push-action@v7
133133
with:
134134
context: .
135135
push: true
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Extract metadata (tags, labels) for Docker (caged)
141141
id: meta-caged
142-
uses: docker/metadata-action@v5
142+
uses: docker/metadata-action@v6
143143
with:
144144
images: ghcr.io/${{ github.repository }}
145145
flavor: |
@@ -152,7 +152,7 @@ jobs:
152152
dev-caged
153153
154154
- name: Build and push (caged)
155-
uses: docker/build-push-action@v6
155+
uses: docker/build-push-action@v7
156156
with:
157157
context: .
158158
push: true
@@ -172,12 +172,12 @@ jobs:
172172
env:
173173
CHART_DIR: install/kubernetes/github-actions-cache-server
174174
steps:
175-
- uses: actions/checkout@v4
175+
- uses: actions/checkout@v6
176176
with:
177177
ref: master
178178

179179
- name: Login to GitHub Container Registry
180-
uses: docker/login-action@v3
180+
uses: docker/login-action@v4
181181
with:
182182
registry: ghcr.io
183183
username: ${{ github.actor }}

install/kubernetes/github-actions-cache-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 1.0.2
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: '9.4.1'
24+
appVersion: '9.4.2'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@falcondev-oss/github-actions-cache-server",
33
"type": "module",
4-
"version": "9.4.1",
4+
"version": "9.4.2",
55
"private": true,
66
"engines": {
77
"node": "25",

tasks/cleanup/storage-locations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineTask({
2626
exists((eb) =>
2727
eb
2828
.selectFrom('cache_entries')
29+
.select('id')
2930
.where('cache_entries.locationId', '=', eb.ref('storage_locations.id')),
3031
),
3132
),

0 commit comments

Comments
 (0)