Skip to content

Commit 79b5cbd

Browse files
authored
Merge pull request #1623 from Libensemble/dependabot/github_actions/develop/actions-updates-76468cb07f
Bump actions/checkout from 5 to 6 in the actions-updates group
2 parents 0f51b70 + ad609c4 commit 79b5cbd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- name: Setup conda - Python ${{ matrix.python-version }}
4444
uses: conda-incubator/setup-miniconda@v3
4545
with:
@@ -114,5 +114,5 @@ jobs:
114114
if: contains(github.base_ref, 'develop')
115115
runs-on: ubuntu-latest
116116
steps:
117-
- uses: actions/checkout@v5
117+
- uses: actions/checkout@v6
118118
- uses: crate-ci/typos@v1.40.0

.github/workflows/extra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash -l {0}
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- name: Setup conda - Python ${{ matrix.python-version }}
4646
uses: conda-incubator/setup-miniconda@v3
4747
with:
@@ -143,5 +143,5 @@ jobs:
143143
if: contains(github.base_ref, 'develop')
144144
runs-on: ubuntu-latest
145145
steps:
146-
- uses: actions/checkout@v5
146+
- uses: actions/checkout@v6
147147
- uses: crate-ci/typos@v1.40.0

0 commit comments

Comments
 (0)