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
2 changes: 1 addition & 1 deletion .github/workflows/changelog-cutoff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check branch
run: echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$'
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/console-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: false
Expand All @@ -45,7 +45,7 @@ jobs:
run: echo "hash=${{ hashFiles('.github/workflows/console-e2e.yml', '*.go', 'go.mod', 'go.sum', 'pkg/**', 'tools/**', 'config/**', 'package.json', 'pkg/webui/**', 'sdk/js/**', 'yarn.lock', 'cypress/**', 'docker-compose.yml') }}" >> $GITHUB_OUTPUT
- name: Get the cached result
id: run-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .cache/passed
key: run-cache-${{ steps.get-hash.outputs.hash }}-${{ github.run_id }}
Expand All @@ -63,7 +63,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand All @@ -75,15 +75,15 @@ jobs:
uses: ./.github/actions/install-node-and-deps
- name: Initialize SQL dump cache
id: db-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
.env/cache/database.pgdump
.env/admin_api_key.txt
key: db-cache-${{ hashFiles('pkg/identityserver/**/*.go', 'pkg/identityserver/**/*.sql', 'cmd/ttn-lw-stack/commands/is_db.go', '.github/workflows/console-e2e.yml', 'docker-compose.yml') }}
- name: Initialize device repository index cache
id: dr-index-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: data/lorawan-devices-index
key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }}
Expand All @@ -97,7 +97,7 @@ jobs:
uses: ./.github/actions/build-frontend
- name: Initialize build cache
id: build-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ttn-lw-stack
key: build-cache-${{ hashFiles('go.mod', 'go.sum', 'pkg/**', 'config/**', 'cmd/**') }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand All @@ -145,7 +145,7 @@ jobs:
with:
name: "build-files"
- name: Download last failed spec
uses: dawidd6/action-download-artifact@v20
uses: dawidd6/action-download-artifact@v21
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
steps:
- name: Setup result cache to skip redundant runs
id: run-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .cache/passed
key: run-cache-${{ needs.determine-if-required.outputs.hash }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check branch
run: echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$'
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Fetch base ref
run: git fetch origin ${{ github.base_ref }}
- name: Install Go and Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install Go and Dependencies
uses: ./.github/actions/install-go-and-deps
- name: Build Mage
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
env:
AWS_REGION: '${{ secrets.AWS_REGION }}'
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install Go and Dependencies
uses: ./.github/actions/install-go-and-deps
- name: Build Mage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install Go and Dependencies
uses: ./.github/actions/install-go-and-deps
- name: Build Mage
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install Go and Dependencies
uses: ./.github/actions/install-go-and-deps
- name: Build Mage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mergeability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name github-actions
git config --global user.email github-actions@github.com
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.BOT_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install Go and Dependencies
uses: ./.github/actions/install-go-and-deps
- name: Build Mage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check branch
run: echo "${{ github.ref_name }}" | grep -Pq '^release/v3\.\d+\.\d+$'
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand All @@ -56,7 +56,7 @@ jobs:
uses: ./.github/actions/install-node-and-deps
- name: Initialize device repository index cache
id: dr-index-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: data/lorawan-devices-index
key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Snapshot release

on:
Expand Down Expand Up @@ -31,7 +31,7 @@
timeout-minutes: 30
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand All @@ -52,7 +52,7 @@
uses: ./.github/actions/install-node-and-deps
- name: Initialize device repository index cache
id: dr-index-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: data/lorawan-devices-index
key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Tag release

on: workflow_dispatch
Expand Down Expand Up @@ -46,7 +46,7 @@
export VERSION=$(echo ${{ github.ref_name }} | grep -Po '3\.\d+.\d+')
echo "result=$VERSION" >> $GITHUB_OUTPUT
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: true
Expand Down Expand Up @@ -104,7 +104,7 @@
uses: ./.github/actions/install-node-and-deps
- name: Initialize device repository index cache
id: dr-index-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: data/lorawan-devices-index
key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }}
Expand Down
Loading