Skip to content

Commit 6156b53

Browse files
authored
chore: Bump everything to latest
1 parent a11315f commit 6156b53

5 files changed

Lines changed: 333 additions & 298 deletions

File tree

.github/actions/environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: Install UV
13-
uses: astral-sh/setup-uv@v7
13+
uses: astral-sh/setup-uv@v8.2.0
1414
with:
1515
python-version: ${{ inputs.python-version }}
1616

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Run checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- name: Set up environment
1919
uses: ./.github/actions/environment

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Run checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Set up environment
2626
uses: ./.github/actions/environment

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Run checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Configure Git
2020
run: |

0 commit comments

Comments
 (0)