diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 93d7da7..31e845f 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -14,7 +14,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Build Debian package uses: dawidd6/action-debian-package@v2 - name: github-action-publish-binaries