Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .tool-versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fireway-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .tool-versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
group: deploy-firebase-${{ inputs.firebase-environment }}-${{ inputs.github-environment }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: setup pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-fireway-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
concurrency:
group: fireway-migrate-${{ inputs.gcp-project-id }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: setup pnpm
uses: valian-ca/github-workflows/.github/actions/setup-pnpm@main
- uses: valian-ca/github-workflows/.github/actions/gcp-github-auth@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: markdown lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@v21
with:
globs: '**/*.md'