aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-06-22 11:47:28 -0500
committerCatherine <whitequark@whitequark.org>2024-06-23 04:28:04 +0100
commitad5a939b86020c53e0e193620b96ca19d5960192 (patch)
treed67320686a9f202040b54504957132a756311fcb /.github/workflows/main.yml
parent4813ae7dabf5481808c5e4aae78d540df907d5bd (diff)
workflows: update actions
Fixes Node.js 16 deprecation warning.
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7bdf6ec..b403ee9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -34,11 +34,11 @@ jobs:
name: "test (${{ matrix.python-version }}, ${{ matrix.amaranth-version }}${{ matrix.allow-failure == 'false' && ', required' || '' }})"
steps:
- name: Check out source code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up PDM
- uses: pdm-project/setup-pdm@v3
+ uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies