Skip to content

Commit bdabdfb

Browse files
authored
Merge pull request #100 from MITHaystack/dependabot/github_actions/actions-76468cb07f
Bump actions/checkout from 5 to 6 in the actions group
2 parents 9d57e1a + 6928a6b commit bdabdfb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Make SDist
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -65,7 +65,7 @@ jobs:
6565
cibw_skip: "pp* *musllinux* cp314*"
6666

6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
with:
7070
fetch-depth: 0
7171

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454

5555
- name: Checkout code
56-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.4
56+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.4
5757
with:
5858
fetch-depth: 0
5959

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
name: flake8-black
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: Set up Python environment
1212
uses: actions/setup-python@v6
1313
with:

0 commit comments

Comments
 (0)