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
6 changes: 3 additions & 3 deletions .github/workflows/build-quickgui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Checkout 🥡"
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: "Install Flutter 🦋"
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Checkout 🥡"
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: "Install Flutter 🦋"
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
contents: "read"
steps:
- name: "Checkout 🥡"
uses: "actions/checkout@v6"
uses: "actions/checkout@v7"
- name: "Install Nix ❄️"
uses: "DeterminateSystems/nix-installer-action@v22"
- name: "Enable Magic Nix Cache 🪄"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Flake Checker
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v22
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Flake Lock Updater
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v22
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-quickgui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: "Check versions ⚖️"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: "Compare App and Git versions 🟰"
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Checkout 🥡"
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: "Install Flutter 🦋"
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v6"
- uses: "actions/checkout@v7"
with:
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
- uses: "DeterminateSystems/nix-installer-action@v22"
Expand All @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Checkout 🥡"
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: "Install Flutter 🦋"
uses: subosito/flutter-action@v2
with:
Expand Down