Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 347c0ce commit 4e35364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install streamcode (default)
uses: ./
Expand All @@ -34,7 +34,7 @@ jobs:
container:
image: alpine:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install streamcode
uses: ./
- run: streamcode -version

0 comments on commit 4e35364

Please sign in to comment.