Skip to content

Commit 7f46fca

Browse files
authored
Merge pull request #425 from bashtage/dependabot/github_actions/actions/checkout-6
Build(deps): Bump actions/checkout from 5 to 6
2 parents 6430350 + 5d9ff2d commit 7f46fca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/clang-cl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
OPENLAS_NUM_THREADS: 1
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Get clang-cl version
3737
run: clang-cl --version

.github/workflows/codeql.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Install dependencies
3333
run: sudo apt-get install libatlas-base-dev build-essential cython3 python3-numpy python3-dev python3-pip libxml2-dev libxslt-dev python3-lxml

.github/workflows/cron-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
OPENLAS_NUM_THREADS: 1
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939

4040
- name: Build wheels
4141
uses: pypa/[email protected]

.github/workflows/generate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.11"]
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- name: Install pandoc

0 commit comments

Comments
 (0)