Skip to content

Commit

Permalink
fix: update github actions versions to silence warnings about node
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsay-stevens committed Oct 19, 2024
1 parent 705174b commit f673525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python }}

# Install dependencies.
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Python cache with dependencies.
id: python-cache
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python }}

# Install dependencies.
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Python cache with dependencies.
id: python-cache
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: ${{ matrix.python }}

# Install dependencies.
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Python cache with dependencies.
id: python-cache
with:
Expand All @@ -76,7 +76,7 @@ jobs:
flit --debug build --no-use-vcs
- name: Upload sdist and wheel.
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pyxform--on-${{ matrix.os }}--py${{ matrix.python }}
path: ${{ github.workspace }}/dist/pyxform*

0 comments on commit f673525

Please sign in to comment.