Skip to content

Commit

Permalink
Merge pull request #187 from dmalec/cd_update_remaining_action_versions
Browse files Browse the repository at this point in the history
Updated remaining pipeline action versions from v3 to v4
  • Loading branch information
jrincayc authored Sep 20, 2024
2 parents 77cba06 + 23650d0 commit 9f0b638
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Cache wxWidgets
uses: actions/cache@v3
uses: actions/cache@v4
id: wxwidgets-cache
with:
path: ${{ runner.temp }}/wxWidgets-${{ env.WX_WIDGETS_VERSION }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Cache wxWidgets
uses: actions/cache@v3
uses: actions/cache@v4
id: wxwidgets-cache
with:
path: ${{ runner.temp }}/wxWidgets-${{ env.WX_WIDGETS_VERSION }}
Expand All @@ -86,7 +86,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Cache wxWidgets
uses: actions/cache@v3
uses: actions/cache@v4
id: wxwidgets-cache
with:
path: ${{ runner.temp }}\wxWidgets-${{ env.WX_WIDGETS_VERSION }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
texlive
zip
- name: wxWidgets Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: wxwidgets-cache
with:
path: ${{ runner.temp }}/wxWidgets-${{ env.WX_WIDGETS_VERSION }}
Expand All @@ -158,7 +158,7 @@ jobs:
sudo make install
sudo cp ../wxwin.m4 /usr/share/aclocal/
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Logo
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
autoconf-archive
automake
- name: wxWidgets Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: wxwidgets-cache
with:
path: ${{ runner.temp }}/wxWidgets-${{ env.WX_WIDGETS_VERSION }}
Expand All @@ -210,7 +210,7 @@ jobs:
sudo make install
sudo cp ../wxwin.m4 /opt/homebrew/share/aclocal/
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download PDF manual
Expand Down Expand Up @@ -251,13 +251,13 @@ jobs:
mingw-w64-i686-toolchain
unzip
- name: wxWidgets Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: wxwidgets-cache
with:
path: ${{ runner.temp }}\wxWidgets-${{ env.WX_WIDGETS_VERSION }}
key: ${{ runner.os }}-wxWidgets-${{ env.WX_WIDGETS_VERSION }}
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Conditionally Add wxWidgets Unofficial Repo
if: contains(matrix.wx_version, 'unofficial')
run: |
Expand Down

0 comments on commit 9f0b638

Please sign in to comment.