Skip to content

Commit

Permalink
[ci] Updated versions of CI github actions to resolve deprecation war…
Browse files Browse the repository at this point in the history
…nings
  • Loading branch information
bjornalm committed Feb 22, 2024
1 parent 66699eb commit dc90835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commitflow-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -27,12 +27,12 @@ jobs:
./tools/ci/check_for_commit_message.sh
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v4
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit dc90835

Please sign in to comment.