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'