Skip to content

Commit

Permalink
chore(devOps): automated maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
exivity-bot committed Nov 20, 2024
1 parent 30e7d91 commit 31d4162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: bash build.sh
env:
CI_PLATFORM: ${{ matrix.os }}
Expand All @@ -33,5 +33,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: bash manifest.sh

0 comments on commit 31d4162

Please sign in to comment.