Skip to content

Commit 026bf2d

Browse files
authored
Merge pull request #278 from LCSB-BioCore/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 3a5adbb + cce64d6 commit 026bf2d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
arch:
2525
- default
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- uses: julia-actions/setup-julia@v3
2929
with:
3030
version: ${{ matrix.version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- uses: julia-actions/setup-julia@v3
1919
- uses: julia-actions/cache@v3
2020
- name: Install dependencies

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Clone the repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
- name: Checkout the pull request code # this checks out the actual branch so that one can commit into it
1616
if: github.event_name == 'issue_comment'
1717
env:

0 commit comments

Comments
 (0)