Skip to content

Commit 7061448

Browse files
dependabot[bot]jspaezp
authored andcommitted
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] <[email protected]>
1 parent 37f1114 commit 7061448

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CICD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
cheap_checks:
1313
runs-on: 'ubuntu-latest'
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v5
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
# Initial Setup
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636

3737
# Documentation setup
3838
- name: Setup Quarto
@@ -69,7 +69,7 @@ jobs:
6969
needs: ci
7070
if: endsWith(github.ref, 'heads/release') && (github.event_name == 'push')
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- name: Release
7474
uses: softprops/action-gh-release@v2
7575
if: startsWith(github.ref, 'refs/tags/')

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Black
1111
uses: psf/black@stable
1212
- name: Set up Python environment

0 commit comments

Comments
 (0)