Skip to content

Commit

Permalink
Updated versions of checkout and setup-python actions in github-actio…
Browse files Browse the repository at this point in the history
…ns.yml.
  • Loading branch information
johnbywater committed Aug 22, 2024
1 parent d2babda commit 98f83bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up cache
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
runs-on: ${{ matrix.os }}
needs: prepare
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up cache
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
--health-timeout="5s"
--health-retries="5"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 98f83bf

Please sign in to comment.