diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 2adb506..cfb97a6 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@v4 + uses: actions/checkout@v5 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz' diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index cfd353b..6e2cb60 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@v4 + uses: actions/checkout@v5 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz'