Skip to content

Commit

Permalink
Merge pull request #1 from MadLadSquad/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-1811879676

Bump the github-actions group with 2 updates
  • Loading branch information
Madman10K committed May 12, 2024
2 parents c066831 + 0ce3ed5 commit b43b815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get dependencies
shell: bash
run: sudo apt-get update && sudo apt-get install gcc make g++ libtool cmake
Expand All @@ -15,15 +15,15 @@ jobs:
Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set MSBuild env
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v1.3
- name: Build for engine
run: "bash ci.sh"
MacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
submodules: true
Expand Down

0 comments on commit b43b815

Please sign in to comment.