Skip to content

Commit dad4e6e

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.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 "[email protected]"
6666
6767
- name: Install required tools
68-
uses: awalsh128/[email protected]
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)