Skip to content

Commit cb07254

Browse files
remove unnecesary comment5
1 parent 0b99a33 commit cb07254

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)