Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
7fbf3bed
Unverified
Commit
7fbf3bed
authored
Jan 23, 2026
by
Pádraic Slattery
Committed by
GitHub
Jan 23, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update outdated GitHub Actions versions (#5522)
parent
ad327a4a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
24 deletions
+24
-24
backend-tests.yml
.github/workflows/backend-tests.yml
+3
-3
build-and-push-canary-image.yml
.github/workflows/build-and-push-canary-image.yml
+8
-8
build-and-push-stable-image.yml
.github/workflows/build-and-push-stable-image.yml
+8
-8
frontend-tests.yml
.github/workflows/frontend-tests.yml
+4
-4
proto-linter.yml
.github/workflows/proto-linter.yml
+1
-1
No files found.
.github/workflows/backend-tests.yml
View file @
7fbf3bed
...
...
@@ -19,7 +19,7 @@ jobs:
go-static-checks
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
actions/setup-go@v6
with
:
...
...
@@ -33,7 +33,7 @@ jobs:
git diff --exit-code
-
name
:
golangci-lint
uses
:
golangci/golangci-lint-action@v
8
uses
:
golangci/golangci-lint-action@v
9
with
:
version
:
v2.4.0
args
:
--timeout=3m
...
...
@@ -49,7 +49,7 @@ jobs:
-
plugin
-
other
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
actions/setup-go@v6
with
:
...
...
.github/workflows/build-and-push-canary-image.yml
View file @
7fbf3bed
...
...
@@ -12,12 +12,12 @@ jobs:
build-frontend
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
pnpm/action-setup@v4.1.0
with
:
version
:
10
-
uses
:
actions/setup-node@v
5
-
uses
:
actions/setup-node@v
6
with
:
node-version
:
"
22"
cache
:
pnpm
...
...
@@ -27,7 +27,7 @@ jobs:
shell
:
bash
run
:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
-
name
:
Setup pnpm cache
uses
:
actions/cache@v
4
uses
:
actions/cache@v
5
with
:
path
:
${{ steps.pnpm-cache.outputs.STORE_PATH }}
key
:
${{ runner.os }}-pnpm-store-${{ hashFiles('web/pnpm-lock.yaml') }}
...
...
@@ -39,7 +39,7 @@ jobs:
working-directory
:
web
-
name
:
Upload frontend artifacts
uses
:
actions/upload-artifact@v
4
uses
:
actions/upload-artifact@v
6
with
:
name
:
frontend-dist
path
:
server/router/frontend/dist
...
...
@@ -58,10 +58,10 @@ jobs:
-
linux/amd64
-
linux/arm64
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
name
:
Download frontend artifacts
uses
:
actions/download-artifact@v
4
uses
:
actions/download-artifact@v
7
with
:
name
:
frontend-dist
path
:
server/router/frontend/dist
...
...
@@ -103,7 +103,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
-
name
:
Upload digest
uses
:
actions/upload-artifact@v
4
uses
:
actions/upload-artifact@v
6
with
:
name
:
digests-${{ strategy.job-index }}
path
:
/tmp/digests/*
...
...
@@ -118,7 +118,7 @@ jobs:
packages
:
write
steps
:
-
name
:
Download digests
uses
:
actions/download-artifact@v
4
uses
:
actions/download-artifact@v
7
with
:
pattern
:
digests-*
merge-multiple
:
true
...
...
.github/workflows/build-and-push-stable-image.yml
View file @
7fbf3bed
...
...
@@ -25,12 +25,12 @@ jobs:
build-frontend
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
pnpm/action-setup@v4.1.0
with
:
version
:
10
-
uses
:
actions/setup-node@v
5
-
uses
:
actions/setup-node@v
6
with
:
node-version
:
"
22"
cache
:
pnpm
...
...
@@ -40,7 +40,7 @@ jobs:
shell
:
bash
run
:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
-
name
:
Setup pnpm cache
uses
:
actions/cache@v
4
uses
:
actions/cache@v
5
with
:
path
:
${{ steps.pnpm-cache.outputs.STORE_PATH }}
key
:
${{ runner.os }}-pnpm-store-${{ hashFiles('web/pnpm-lock.yaml') }}
...
...
@@ -52,7 +52,7 @@ jobs:
working-directory
:
web
-
name
:
Upload frontend artifacts
uses
:
actions/upload-artifact@v
4
uses
:
actions/upload-artifact@v
6
with
:
name
:
frontend-dist
path
:
server/router/frontend/dist
...
...
@@ -72,10 +72,10 @@ jobs:
-
linux/arm/v7
-
linux/arm64
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
name
:
Download frontend artifacts
uses
:
actions/download-artifact@v
4
uses
:
actions/download-artifact@v
7
with
:
name
:
frontend-dist
path
:
server/router/frontend/dist
...
...
@@ -117,7 +117,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
-
name
:
Upload digest
uses
:
actions/upload-artifact@v
4
uses
:
actions/upload-artifact@v
6
with
:
name
:
digests-${{ strategy.job-index }}
path
:
/tmp/digests/*
...
...
@@ -132,7 +132,7 @@ jobs:
packages
:
write
steps
:
-
name
:
Download digests
uses
:
actions/download-artifact@v
4
uses
:
actions/download-artifact@v
7
with
:
pattern
:
digests-*
merge-multiple
:
true
...
...
.github/workflows/frontend-tests.yml
View file @
7fbf3bed
...
...
@@ -13,11 +13,11 @@ jobs:
static-checks
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
pnpm/action-setup@v4.1.0
with
:
version
:
9
-
uses
:
actions/setup-node@v
5
-
uses
:
actions/setup-node@v
6
with
:
node-version
:
"
20"
cache
:
pnpm
...
...
@@ -31,11 +31,11 @@ jobs:
frontend-build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
pnpm/action-setup@v4.1.0
with
:
version
:
9
-
uses
:
actions/setup-node@v
5
-
uses
:
actions/setup-node@v
6
with
:
node-version
:
"
20"
cache
:
pnpm
...
...
.github/workflows/proto-linter.yml
View file @
7fbf3bed
...
...
@@ -14,7 +14,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
5
uses
:
actions/checkout@v
6
with
:
fetch-depth
:
0
-
name
:
Setup buf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment