Skip to content

Commit

Permalink
Use checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelpit committed Apr 18, 2024
1 parent bdc8f1a commit 929549a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
image: ${{ matrix.config.image }}
steps:
- name: Clone repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install deps
run: ./${{ matrix.config.deps-script }}
- name: Test build
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build packages
run: ./build_packages.sh
- name: Upload Ubuntu packages
Expand Down

0 comments on commit 929549a

Please sign in to comment.