Skip to content

Commit 7d7cc43

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bff673 commit 7d7cc43

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-cogent3-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'HuttleyLab/MutationMotif'
1313

1414
steps:
15-
- uses: "actions/checkout@v4"
15+
- uses: "actions/checkout@v5"
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.repository == 'HuttleyLab/MutationMotif'
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ["3.10", "3.11", "3.12", "3.13"]
1212
steps:
13-
- uses: "actions/checkout@v4"
13+
- uses: "actions/checkout@v5"
1414
with:
1515
fetch-depth: 0
1616

@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939

4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0
4444

.github/workflows/testing_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10", "3.13"]
2020

2121
steps:
22-
- uses: "actions/checkout@v4"
22+
- uses: "actions/checkout@v5"
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)