Skip to content

Commit

Permalink
.github: update various action versions
Browse files Browse the repository at this point in the history
For a series of actions used, update to use there most recent versions.

Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Jul 28, 2024
1 parent d13a2e4 commit e7d7854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ jobs:
- { os: ubuntu-latest, img: "python:3.12-slim", toxenv: lint, cache: ~/.cache/pip }

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python }}
if: ${{ matrix.img == '' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-pip
with:
path: ${{ matrix.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit e7d7854

Please sign in to comment.