Skip to content

Commit c4bddf5

Browse files
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] <[email protected]>
1 parent 6a665c3 commit c4bddf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
apt-get -y upgrade
2424
apt-get -y install devscripts dpkg-dev debhelper equivs
2525
- name: Checkout repo
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Bump version
2828
run: |
2929
export DEBEMAIL='[email protected]'

.github/workflows/test-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
apt-get -y upgrade
1919
apt-get -y install devscripts dpkg-dev debhelper equivs
2020
- name: Checkout repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Bump version
2323
run: |
2424
export DEBEMAIL='[email protected]'

0 commit comments

Comments
 (0)