diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 8f695b1..b8274e2 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@v6 + uses: actions/checkout@v7 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz' diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index ce76762..8185129 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@v6 + uses: actions/checkout@v7 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz'