Skip to content

Commit

Permalink
actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingyuan Liang committed Nov 23, 2024
1 parent a046124 commit 96150b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crossbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build containers
run: make all-container

0 comments on commit 96150b0

Please sign in to comment.