Skip to content

Commit

Permalink
Update actions/checkout and actions/setup-python to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marioncottard committed Dec 16, 2024
1 parent 4abd118 commit 967ca36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cornflow_dags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install cbc
Expand Down

0 comments on commit 967ca36

Please sign in to comment.