Skip to content

Commit cd6ebe7

Browse files
chore(deps): 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 2588ea0 commit cd6ebe7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
volumes: "rw"
3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
path: 'lablabs.rke2'
3838

@@ -67,7 +67,7 @@ jobs:
6767
volumes: "rw"
6868
steps:
6969
- name: checkout
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
path: 'lablabs.rke2'
7373

@@ -104,7 +104,7 @@ jobs:
104104
# volumes: "rw"
105105
# steps:
106106
# - name: checkout
107-
# uses: actions/checkout@v4
107+
# uses: actions/checkout@v5
108108
# with:
109109
# path: 'lablabs.rke2'
110110

@@ -142,7 +142,7 @@ jobs:
142142
# volumes: "rw"
143143
# steps:
144144
# - name: checkout
145-
# uses: actions/checkout@v4
145+
# uses: actions/checkout@v5
146146
# with:
147147
# path: 'lablabs.rke2'
148148

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
path: 'lablabs.rke2'
1818

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-python@v5
1414

1515
- name: Run pre-commit

0 commit comments

Comments
 (0)