Skip to content

Commit

Permalink
- Bump actions versions
Browse files Browse the repository at this point in the history
- Set fetch-depth: 0 to fetch all history for all branches and tags
  • Loading branch information
stevepiercy committed Nov 22, 2024
1 parent b89c046 commit 7346523
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nuclia_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 7346523

Please sign in to comment.