Skip to content

Commit ad8faed

Browse files
authored
Merge pull request #302 from brookshsmith/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 359b4f9 + 3c96cb1 commit ad8faed

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: "ubuntu-latest"
1010
steps:
1111
- name: Checkout pyCUFSM Repository
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313

1414
- name: Install Poetry
1515
run: pipx install poetry
@@ -57,7 +57,7 @@ jobs:
5757
platforms: arm64
5858

5959
- name: Checkout pyCUFSM Repository
60-
uses: actions/checkout@v6
60+
uses: actions/checkout@v7
6161

6262
- name: Build wheels
6363
uses: pypa/cibuildwheel@v4.0.0
@@ -80,7 +80,7 @@ jobs:
8080
matrix:
8181
python-version: ["3.10"]
8282
steps:
83-
- uses: actions/checkout@v6
83+
- uses: actions/checkout@v7
8484
- name: Install Poetry
8585
run: pipx install poetry
8686
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ["3.12"]
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- name: Install Poetry
1515
run: pipx install poetry
1616
- name: Set up Python ${{ matrix.python-version }}
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ["3.10", "3.11", "3.13"]
4343

4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646
- name: Install Poetry
4747
run: pipx install poetry
4848
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)