Skip to content

Commit 4368529

Browse files
authored
1 parent 6ea0831 commit 4368529

File tree

8 files changed

+147
-253
lines changed

8 files changed

+147
-253
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Git checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020

@@ -24,7 +24,7 @@ jobs:
2424
node-version: 24.x
2525

2626
- name: Start MongoDB
27-
uses: supercharge/[email protected].0
27+
uses: supercharge/[email protected].1
2828
with:
2929
mongodb-version: 8.0
3030

@@ -91,12 +91,12 @@ jobs:
9191

9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595
with:
9696
ref: 'master'
9797

9898
- name: Checkout Kustomize
99-
uses: actions/checkout@v5
99+
uses: actions/checkout@v6
100100
with:
101101
token: ${{ secrets.ARGOCD_PAT }}
102102
repository: switcherapi/switcher-deployment

.github/workflows/re-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Git checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
ref: ${{ github.event.inputs.tag }}
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 24.x
2727

2828
- name: Start MongoDB
29-
uses: supercharge/[email protected].0
29+
uses: supercharge/[email protected].1
3030
with:
3131
mongodb-version: 8.0
3232

@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Checkout code
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
with:
6262
fetch-depth: 0
6363
ref: ${{ github.event.inputs.tag }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

@@ -21,7 +21,7 @@ jobs:
2121
node-version: 24.x
2222

2323
- name: Start MongoDB
24-
uses: supercharge/[email protected].0
24+
uses: supercharge/[email protected].1
2525
with:
2626
mongodb-version: 8.0
2727

@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout code
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656

5757
- name: Docker meta
5858
id: meta

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
core.setOutput('base_ref', pr.data.base.ref);
2929
core.setOutput('head_sha', pr.data.head.sha);
3030
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
ref: ${{ steps.pr.outputs.head_sha }}
3434
fetch-depth: 0
@@ -42,7 +42,7 @@ jobs:
4242
run: npm ci
4343

4444
- name: Start MongoDB
45-
uses: supercharge/[email protected].0
45+
uses: supercharge/[email protected].1
4646
with:
4747
mongodb-version: 8.0
4848

0 commit comments

Comments
 (0)