Skip to content

Commit 3b3452d

Browse files
committed
fix: [github actions] Updated Github actions setup
1 parent eda8cfb commit 3b3452d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/misp-stix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
2525

2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v3
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

@@ -47,4 +47,4 @@ jobs:
4747
poetry run pytest tests/test_*ternal_stix*_import.py
4848
4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v1
50+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)