From f3b46473c734e834fe3e4aab4fdac2a6c0136264 Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Sun, 28 Apr 2024 16:36:43 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20mommy=20bumps=20netbsd=20c?= =?UTF-8?q?i=20version~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 47333ac..dcf17d9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -146,10 +146,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install fpm && Build package - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@v0.24.0 with: operating_system: netbsd - version: "9.3" + version: "10.0" run: | set -e export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 474812c..7c509d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -434,10 +434,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Test script and package - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@v0.24.0 with: operating_system: netbsd - version: "9.3" + version: "10.0" run: | set -e export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path