Skip to content

Commit

Permalink
Update GitHub Actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-giraldo committed Jul 31, 2023
1 parent a69efff commit bb428c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/4.Integrations/GitHub Actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Test with Checkov
Expand Down

0 comments on commit bb428c4

Please sign in to comment.