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
2 changes: 1 addition & 1 deletion .github/workflows/cli-auth-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Node
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Bun
uses: oven-sh/setup-bun@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Bun
uses: oven-sh/setup-bun@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout petdex
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Manual workflow_dispatch must build from inputs.tag, not from
# the branch the workflow file lives on. Tag pushes already
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout petdex
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.tag || github.ref }}

Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout petdex
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.tag || github.ref }}

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
contents: write
steps:
- name: Checkout petdex
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.tag || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manifest-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Always run reviewed code from the default branch. A manual
# dispatch can target any ref, and this job holds prod R2 write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Always run reviewed code from the default branch. A manual
# dispatch can target any ref, and this job holds prod R2 write
Expand Down
Loading