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/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
actions: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Remove caches by a branch
run: |
gh extension install actions/gh-actions-cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand All @@ -85,7 +85,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.source || github.ref || github.event.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository-projects: read

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: TODO to Issues
uses: "alstr/todo-to-issue-action@v5"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash

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

- name: Install Deps
uses: ./.github/actions/tools-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ql-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install Deps
uses: ./.github/actions/tools-deps
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: prepare dir
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
features: bindgen-runtime,bindings-derive-debug

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
playdate-device
playdate-tool
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# - 2.6.2
steps:
- run: arch
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- ${{ inputs.sdk || 'latest' }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
# - beta

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
# - beta

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
# - beta

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
# - beta

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
- { name: win, key: windows-latest }
- { name: linux, key: ubuntu-latest }
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Check
id: check
continue-on-error: true
Expand Down Expand Up @@ -677,7 +677,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Check
id: crates
uses: katyo/publish-crates@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/labeler@v6.0.1
with:
sync-labels: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "Will checkout ${{ github.event.inputs.source || github.ref }}"

- name: Checkout Master
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.source || github.ref || github.event.repository.default_branch }}

Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
echo "Working branch: ${{ needs.new-branch.outputs.working }}"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ needs.new-branch.outputs.working }}

Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ needs.new-branch.outputs.working }}
fetch-depth: 10
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ needs.new-branch.outputs.working }}

Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
echo "Base branch: ${{ needs.new-branch.outputs.base }}"
echo "Working branch: ${{ needs.new-branch.outputs.working }}"

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ needs.new-branch.outputs.working }}

Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
echo "Any: ${{ needs.pr.outputs.url || needs.pr.outputs.number }}"

# needed when using PR-number instead of url
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ needs.new-branch.outputs.working }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.sha || github.event.inputs.source || github.ref || github.event.repository.default_branch }}
fetch-depth: 10
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ needs.update.outputs.sha }}

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
echo "Any: ${{ needs.pr.outputs.url || needs.pr.outputs.number }}"

# needed when using PR-number instead of url
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ needs.update.outputs.sha }}

Expand Down
Loading