Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/_check-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
run-all: false

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.work
cache-dependency-path: "${{ inputs.project_dir }}/**/go.sum"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_check-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
run-all: false

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version-file: package.json
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_docker-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
DOCKER_PUSH: ${{ github.event_name != 'pull_request' && 'yes' || 'no' }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.work
# We have different go run commands between _check-go and _docker-go, but execute different
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-frontend-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
DOCKER_PUSH: ${{ github.event_name != 'pull_request' && 'yes' || 'no' }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version-file: package.json
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.work
cache-dependency-path: build/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-go-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
sync:
uses: curioswitch/go-build/.github/workflows/export-dependabot-go-sync.yaml@27a88950c966035aa73e3b20773a790946f423ef
uses: curioswitch/go-build/.github/workflows/export-dependabot-go-sync.yaml@f60fc8379d735d0415c0c56339d389f680760d96
with:
github_app_id: "1047503"
secrets:
Expand Down