Skip to content

Commit ad594e3

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2668ece commit ad594e3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ jobs:
66
python-tableone:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Build and check python-tableone
1111
uses: edlanglois/pkgbuild-action@v1
1212
with:
1313
pkgdir: "python-tableone"
1414
python-kodistubs:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Build and check python-kodistubs
1919
uses: edlanglois/pkgbuild-action@v1
2020
with:
2121
pkgdir: "python-kodistubs"
2222
python-cursor:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Build and check python-cursor
2727
uses: edlanglois/pkgbuild-action@v1
2828
with:
2929
pkgdir: "python-cursor"
3030
kodi-addon-checker:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- name: Build and check kodi-addon-checker
3535
uses: edlanglois/pkgbuild-action@v1
3636
with:
@@ -39,7 +39,7 @@ jobs:
3939
sioyek:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- name: Build and check sioyek
4444
uses: edlanglois/pkgbuild-action@v1
4545
with:

.github/workflows/check-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Set up Python 3.8
1111
uses: actions/setup-python@v6
1212
with:

0 commit comments

Comments
 (0)