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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build Setup
uses: ./.github/actions/build-setup
- name: Build Library
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build Setup
uses: ./.github/actions/build-setup
- name: Build demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
permissions:
pull-requests: write # surge-preview: PR comments
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build Setup
uses: ./.github/actions/build-setup
if: github.event.action != 'closed'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build Setup
uses: ./.github/actions/build-setup
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: |
echo "New version type: ${{ github.event.inputs.type }}"
- name: Setup checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# Use a PAT to ensure that
# commits are authored with a specific user
Expand Down