Skip to content

Commit 3d9e413

Browse files
authored
Merge pull request #273 from LCSB-BioCore/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 952d11c + 7732a64 commit 3d9e413

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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
- x64
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- uses: julia-actions/setup-julia@v2
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@v5
17+
- uses: actions/checkout@v6
1818
- uses: julia-actions/setup-julia@v2
1919
- uses: julia-actions/cache@v2
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@v5
14+
uses: actions/checkout@v6
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)