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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "skip=true" >> $GITHUB_OUTPUT
echo "Release-please branch — skipping typecheck"
fi
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
if: steps.branch-check.outputs.skip != 'true'
- uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2
if: steps.branch-check.outputs.skip != 'true'
Expand All @@ -48,7 +48,7 @@ jobs:
echo "skip=true" >> $GITHUB_OUTPUT
echo "Release-please branch — skipping lint"
fi
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
if: steps.branch-check.outputs.skip != 'true'
- uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2
if: steps.branch-check.outputs.skip != 'true'
Expand All @@ -73,7 +73,7 @@ jobs:
echo "skip=true" >> $GITHUB_OUTPUT
echo "Release-please branch — skipping tests"
fi
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
if: steps.branch-check.outputs.skip != 'true'
with:
fetch-depth: 2
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
path: .git
key: git-folder
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
if: steps.branch-check.outputs.skip != 'true'
with:
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Update bun.lock — release-please bumps package.json versions
# but does not regenerate the lockfile
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: steps.release.outputs.pr && !steps.release.outputs.release_created
with:
token: ${{ steps.app-token.outputs.token }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
contents: read
id-token: write # Required for npm OIDC trusted publishing
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/soop-encode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
client-id: ${{ secrets.CLIENT_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
Expand Down
Loading