Skip to content

Commit

Permalink
[CI] use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 17, 2024
1 parent 0d8c043 commit 92953aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runtime: ${{ steps.runtime.outputs.runtime }}
name: Extract tasks from matrix
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: runtime
run: |
# Filter out runtimes that don't have a URI
Expand All @@ -43,7 +43,7 @@ jobs:
runtime: ${{ fromJSON(needs.runtime-matrix.outputs.runtime) }}
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download try-runtime-cli
run: |
Expand Down

0 comments on commit 92953aa

Please sign in to comment.