From 8a068be3bb44166ff165f1609f1af792bc83743d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:56:53 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-debian.yml | 2 +- .github/workflows/test-debian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 643e885..2adb506 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -23,7 +23,7 @@ jobs: apt-get -y upgrade apt-get -y install devscripts dpkg-dev debhelper equivs - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz' diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index a7d1606..cfd353b 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -18,7 +18,7 @@ jobs: apt-get -y upgrade apt-get -y install devscripts dpkg-dev debhelper equivs - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz'