Skip to content

Commit dad4e6e

Browse files
fix: Fix for Group Dependabot PRs Pipeline failure (#1900)
1 parent 27f34d8 commit dad4e6e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/group_dependabot_security_updates.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
git config --global user.email "github-actions@github.com"
6666
6767
- name: Install required tools
68-
uses: awalsh128/cache-apt-pkgs-action@v1.3.1
69-
with:
70-
packages: "jq gh"
68+
run: |
69+
sudo apt-get update
70+
sudo apt-get install -y jq gh
71+
shell: bash
7172

7273
- name: Enable strict error handling
7374
shell: bash

0 commit comments

Comments
 (0)