Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
e2811ce
chore(deps): bump actions/checkout from 5 to 6
dependabot[bot] Nov 24, 2025
ef9c21f
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Nov 25, 2025
81a77c0
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 1, 2025
afb8455
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 2, 2025
0a1b9be
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 2, 2025
a16afe6
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 3, 2025
4c6ed60
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 3, 2025
117a0c0
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 4, 2025
38e7fe0
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 5, 2025
77b9cc6
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 8, 2025
bbff5d2
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 8, 2025
9ae1b5f
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 8, 2025
2a7f5b3
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 9, 2025
810d897
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 10, 2025
53c734c
Merge remote-tracking branch 'origin/main' into dependabot/github_act…
svcAPLBot Dec 10, 2025
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/Releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install dependencies
run: |
npm install semantic-release@24 @semantic-release/git @semantic-release/changelog -D
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set npm token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Creating tag: $tag"
echo "TAG=$tag" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: CI tests, image build and push tag for main or branch
uses: whoan/docker-build-with-cache-action@v8
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set npm token
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
nvm use
node -v
npm install
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: linode/apl-core
path: apl-core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
Expand Down
Loading