Skip to content

Commit

Permalink
Update the actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhw committed Aug 6, 2024
1 parent 1e07e77 commit 92322d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
DEMISTO_README_VALIDATION: false
steps:
- name: XSOAR CI/CD master checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Content checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: demisto/content
path: content
- name: Install poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9.12
cache: poetry
Expand Down

0 comments on commit 92322d5

Please sign in to comment.