Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout ${{ github.head_ref || github.ref_name }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Create folder
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- build
steps:
- name: Checkout ${{ github.head_ref || github.ref_name }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Download built fonts
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
contents: write
steps:
- name: Checkout ${{ github.head_ref || github.ref_name }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Download built fonts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/diffenator2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout ${{ inputs.before }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.before }}
- name: Setup Python
Expand All @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout ${{ inputs.after }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.after }}
- name: Setup Python
Expand All @@ -63,7 +63,7 @@ jobs:
- build-after
steps:
- name: Checkout python-version.txt from main
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
sparse-checkout: .github/python-version.txt
- name: Download before fonts
Expand Down
Loading