From c6eebc0686790d4072687ffb01cea19323e1df2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:38:31 +0000 Subject: [PATCH] build: bump cross-platform-actions/action from 0.15.0 to 0.17.0 (#595) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e8ce4d0..99e99355 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: with: submodules: true - name: Test on ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.15.0 + uses: cross-platform-actions/action@v0.17.0 with: operating_system: ${{ matrix.os.name }} version: ${{ matrix.os.version }} -- 2.39.5