Skip to content

Commit 41b8a78

Browse files
committed
Merge remote-tracking branch 'origin/main' into add-fmodel-endpoint
2 parents 8bb417c + e7f2ed3 commit 41b8a78

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/Releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Install dependencies
2121
run: |
2222
npm install semantic-release@24 @semantic-release/git @semantic-release/changelog -D

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.actor != 'dependabot[bot]' }}
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- name: Set npm token

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "Creating tag: $tag"
3535
echo "TAG=$tag" >> $GITHUB_ENV
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: CI tests, image build and push tag for main or branch
3939
uses: whoan/docker-build-with-cache-action@v8
4040
with:

.github/workflows/postman.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: ${{ github.actor != 'dependabot[bot]' }}
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Set npm token
1414
env:
1515
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
nvm use
2626
node -v
2727
npm install
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
repository: linode/apl-core
3131
path: apl-core

.github/workflows/pr-auto-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
token: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)