Skip to content

Commit 4eeafe3

Browse files
authored
Merge pull request #13 from scientificcomputing/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b49ace2 + c826a20 commit 4eeafe3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_docs.yml

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

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Install dependencies for pyvista
3131
run: apt-get update && apt-get install -y libgl1-mesa-dev mesa-utils

.github/workflows/deploy.yml

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

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

4040
- name: Setup Pages
4141
uses: actions/configure-pages@v5

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
container: ghcr.io/fenics/dolfinx/dolfinx:nightly
2323
steps:
2424
# This action sets the current path to the root of your github repo
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- name: Install code
2828
run: python3 -m pip install .[dev] -U

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
DEB_PYTHON_INSTALL_LAYOUT: deb_system
1111

1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- name: Install build dependencies
1616
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
]
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- name: Update pip
2828
run: python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)