diff options
| author | Thomas Watson <twatson52@icloud.com> | 2024-06-22 11:47:28 -0500 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2024-06-23 04:28:04 +0100 |
| commit | ad5a939b86020c53e0e193620b96ca19d5960192 (patch) | |
| tree | d67320686a9f202040b54504957132a756311fcb /.github | |
| parent | 4813ae7dabf5481808c5e4aae78d540df907d5bd (diff) | |
workflows: update actions
Fixes Node.js 16 deprecation warning.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
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 |
