Skip to content

Commit a0512ff

Browse files
authored
Merge branch 'main' into dependabot/pip/ruff-0.14.14
2 parents b87c4a6 + 715462d commit a0512ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
steps:
2525
- &checkout
2626
name: Check out code from GitHub
27-
uses: actions/checkout@v6.0.1
27+
uses: actions/checkout@v6.0.2
2828
- &setup-python-default
2929
name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python
31-
uses: &actions-setup-python actions/setup-python@v6.1.0
31+
uses: &actions-setup-python actions/setup-python@v6.2.0
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
check-latest: true

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
contents: write # Required to upload release assets
2121
steps:
2222
- name: Check out code from Github
23-
uses: actions/checkout@v6.0.1
23+
uses: actions/checkout@v6.0.2
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v6.1.0
26+
uses: actions/setup-python@v6.2.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
- name: Build distributions

0 commit comments

Comments
 (0)