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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ jobs:

runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Download binary
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
- uses: tobil4sk/setup-haxe@9d1527c4bb9d1d449d196a0822118692ceeac457
with:
haxe-version: latest
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: HaxeFoundation/haxe
path: haxe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read

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

- name: Install system dependencies
run: |
Expand Down
Loading