Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact-4.4.3
  • Loading branch information
demoray authored Jan 13, 2025
2 parents fff85da + 708bf71 commit aa60919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: build
run: eng/ci.sh
- name: Run tests
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: build avml-convert
run: cargo build --release --bin avml-convert --locked
- name: build avml-upload
Expand Down

0 comments on commit aa60919

Please sign in to comment.