Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Run analyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Common flutter setup
uses: ./.github/actions/flutter-common
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# runner: ubuntu-24.04-arm
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: Checkout flatpak-flathub repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: wger-project/de.wger.flutter

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # needed to push changes
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
TZ: Europe/Berlin
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Common flutter setup
uses: ./.github/actions/flutter-common
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- build_linux
steps:
- name: Checkout application
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: true
ref: ${{ github.event.inputs.version }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# - build_apple
# steps:
# - name: Checkout application
# uses: actions/checkout@v6
# uses: actions/checkout@v7
# with:
# ref: feature/build-process
# # ref: ${{ github.event.inputs.version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: 'iOS'
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Common flutter setup
uses: ./.github/actions/flutter-common
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
device_type: androidTabletBig
folder: tenInchScreenshots
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Common flutter setup
uses: ./.github/actions/flutter-common
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Download all screenshot artifacts
uses: actions/download-artifact@v8
Expand Down