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/autochangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: master

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: paths-filter
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
id: filter
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-24.04
needs: pre_flight
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Ensure +x on CI directory
run: chmod -R +x ./tools/ci
- name: Install Tools
Expand All @@ -53,7 +53,7 @@ jobs:
needs: pre_flight
if: needs.pre_flight.outputs.dm == 'true'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Cache SpacemanDMM
uses: actions/cache@v5
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: pre_flight
if: needs.pre_flight.outputs.dm == 'true'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Ensure +x on CI directory
run: |
Expand Down
Loading