diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 6c72adf..aec1520 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -13,7 +13,7 @@ jobs: architecture: [ amd64, arm64 ] steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build DEB Package run: make deb diff --git a/.github/workflows/publish-to-github-releases.yml b/.github/workflows/publish-to-github-releases.yml index 9778854..3ddc2e4 100644 --- a/.github/workflows/publish-to-github-releases.yml +++ b/.github/workflows/publish-to-github-releases.yml @@ -12,7 +12,7 @@ jobs: architecture: [ amd64, arm64 ] steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get Release id: get_release