From a48a4c8c40e13bd94d9d0592255ab967dce7ddfb Mon Sep 17 00:00:00 2001 From: Darice Date: Thu, 16 May 2024 16:45:00 -0600 Subject: [PATCH] update versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a4317c..4ffacd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install wxWidgets run: | @@ -85,7 +85,7 @@ jobs: echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download wxWidgets shell: bash @@ -148,7 +148,7 @@ jobs: echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install wxWidgets run: |