Skip to content

Commit

Permalink
Fix workflow annotations about GH action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed May 31, 2024
1 parent c62dd72 commit 80afcbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# - name: Cache pip
# uses: actions/cache@v3
# with:
Expand All @@ -24,7 +24,7 @@ jobs:
# v1-pip-${{ runner.os }}
# v1-pip-
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install mreg-cli
Expand All @@ -46,9 +46,9 @@ jobs:
- "3.12"

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

0 comments on commit 80afcbe

Please sign in to comment.