Skip to content

Commit

Permalink
Update GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jan 26, 2024
1 parent 5114d37 commit 1d5d291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install GNU gettext
run: sudo apt-get install gettext
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
MAKEFLAGS: -j2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout submodules
# submodules are not used by the build, but needed for `make dist`:
run: git submodule update --init deps/json deps/pugixml
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
name: Build on macOS
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install ccache
Expand All @@ -71,7 +71,7 @@ jobs:
key: ${{ github.job }}
- name: Install external dependencies
run: brew bundle --file=macos/Brewfile
- uses: sersoft-gmbh/xcodebuild-action@v2
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
workspace: Poedit.xcworkspace
scheme: Poedit
Expand All @@ -82,10 +82,10 @@ jobs:
name: Build on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: microsoft/setup-msbuild@v1.1
- uses: microsoft/setup-msbuild@v1
- uses: nuget/setup-nuget@v1
- name: Restore NuGet packages
run: nuget restore Poedit.sln
Expand Down

0 comments on commit 1d5d291

Please sign in to comment.