Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/app_facing_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Ensure correct JAVA version is installed.
- uses: actions/setup-java@v4
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- run: sudo apt-get install -y ninja-build libgtk-3-dev libblkid-dev

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Set up Dart
uses: dart-lang/setup-dart@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/platform_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Set up Dart
uses: dart-lang/setup-dart@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/platform_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# # Steps represent a sequence of tasks that will be executed as part of the job
# steps:
# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# - uses: actions/checkout@v4
# - uses: actions/checkout@v7

# # Make sure the stable version of Flutter is available
# - name: Set up Flutter
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Set up Dart
uses: dart-lang/setup-dart@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Make sure the stable version of Flutter is available
- name: Set up Flutter
Expand Down
Loading