diff --git a/.github/workflows/group_dependabot_security_updates.yml b/.github/workflows/group_dependabot_security_updates.yml index d284f03eb..23e83f405 100644 --- a/.github/workflows/group_dependabot_security_updates.yml +++ b/.github/workflows/group_dependabot_security_updates.yml @@ -65,9 +65,10 @@ jobs: git config --global user.email "github-actions@github.com" - name: Install required tools - uses: awalsh128/cache-apt-pkgs-action@v1.3.1 - with: - packages: "jq gh" + run: | + sudo apt-get update + sudo apt-get install -y jq gh + shell: bash - name: Enable strict error handling shell: bash