Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 16, 2024
1 parent 3c4020d commit a48a4c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install wxWidgets
run: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install wxWidgets
run: |
Expand Down

0 comments on commit a48a4c8

Please sign in to comment.