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
22 changes: 11 additions & 11 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18
- name: Cache Python dependencies
id: cache-python
uses: ./
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18
- name: Cache Python dependencies
id: cache-python
uses: ./
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18
- name: Cache Go modules with fallback branch
id: cache-go
uses: ./
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

# Step 1: Use our cache action (should restore and later save)
- name: Cache with S3
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

# First cache invocation
- name: Cache pip dependencies
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

# Simulate pre-existing AWS config (as if configure-aws-credentials ran before)
- name: Create pre-existing AWS config
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

- name: Cache with S3
id: cache-test
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

- name: Cache with S3 (metrics enabled)
id: cache-test
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

- name: Cache pip with S3 (metrics check)
id: cache-metrics-test
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

- name: Simulate runner pre-job decision file
run: |
Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2025.7.12
version: 2026.5.18

- name: Simulate runner pre-job decision file (will be overridden by workflow env)
run: |
Expand Down
Loading