Skip to content

Commit

Permalink
ci: update action dependencies (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb authored Oct 21, 2024
1 parent 2556cde commit d273686
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v1
with:
flutter-version: "3.16.8"
flutter-version: "3.24.3"
- run: echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
- run: dart pub global activate melos
- run: melos run check_master
- name: Store failure artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: golden-test-failure
path: "**/test/failures/"
Binary file modified packages/storybook_flutter/test/goldens/simple_story_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/storybook_flutter/test/goldens/story_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d273686

Please sign in to comment.