Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v5

- name: Cache build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
build-py3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: git log -1 --pretty=format:"%s" ${{ toJSON(github.event.after) }} | grep -v 'skip-ci'

- name: Cache build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
build-py3
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- uses: actions/checkout@v5

- name: Cache build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
build-py3
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
net accounts /uniquepw:0

- name: Cache build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
build-py3
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
- uses: actions/checkout@v5

- name: Cache build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
build-py3
Expand Down
Loading