Skip to content

Commit bc1f2b0

Browse files
authored
Merge pull request #431 from ptiede/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 92ce4ff + 3b50c93 commit bc1f2b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libhdf5-dev
3333
sudo apt-get install --reinstall libxcb-xinerama0
3434
sudo apt-get install qtbase5-dev
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- name: Setup python
3737
uses: actions/setup-python@v6
3838
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version:
3535
- '3.10'
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ matrix.version }}

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Runic
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
# - uses: julia-actions/setup-julia@v2
1717
# with:
1818
# version: '1'

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get update
2323
sudo apt-get install libhdf5-dev
2424
sudo apt-get install --reinstall libxcb-xinerama0
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Setup python
2727
uses: actions/setup-python@v6
2828
with:

0 commit comments

Comments
 (0)