Skip to content

Commit 6f603bf

Browse files
chore(deps): update github actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b49b4f4 commit 6f603bf

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/actions/setup-pnpm-with-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
echo "pnpm-version=${voltaPnpmVersion}">> $GITHUB_OUTPUT
3838
3939
- name: Setup Node
40-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
40+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4141
with:
4242
node-version: ${{ steps.node-version.outputs.node-version }}
4343
registry-url: https://registry.npmjs.org

.github/workflows/auto-assignee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
assign-author:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: toshimaru/auto-author-assign@2daaeb2988aef24bf37e636fe733f365c046aba0
11+
- uses: toshimaru/auto-author-assign@7e15cd70c245ad136377c3fab3479815df10d844

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
4646

4747
- name: Checkout Source Code
48-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
48+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4949
with:
5050
fetch-depth: 0
5151

@@ -75,7 +75,7 @@ jobs:
7575
# See 'changed_packages' below
7676
- name: Check for config file changes
7777
id: config-files-changed
78-
uses: Kong/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf
78+
uses: Kong/changed-files@1f31e0a3b1acd04d48dff8801048bb314c8a9e0d
7979
with:
8080
files: |
8181
./vite.config.shared.ts
@@ -299,7 +299,7 @@ jobs:
299299

300300
- name: Save Build Artifacts
301301
if: ${{ steps.changed_packages.outputs.filter != '' }}
302-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
302+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
303303
with:
304304
name: package-dist-artifacts
305305
path: packages/*/*/dist
@@ -318,7 +318,7 @@ jobs:
318318

319319
steps:
320320
- name: Checkout Source Code
321-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
321+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
322322

323323
- name: Setup PNPM with Dependencies
324324
uses: ./.github/actions/setup-pnpm-with-dependencies/
@@ -327,7 +327,7 @@ jobs:
327327
run: pnpm cypress install
328328

329329
- name: Download build artifacts
330-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
330+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
331331
with:
332332
name: package-dist-artifacts
333333
path: packages/
@@ -348,7 +348,7 @@ jobs:
348348
echo "artifactName=component-test-failures-${packageName}" >> $GITHUB_OUTPUT
349349
350350
- name: Upload Component Test Results
351-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
351+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
352352
continue-on-error: true
353353
if: failure()
354354
with:
@@ -381,7 +381,7 @@ jobs:
381381

382382
- name: Checkout Source Code
383383
if: ${{ github.event_name == 'push' }}
384-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
384+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
385385
with:
386386
fetch-depth: 0
387387
token: ${{ secrets.KONGPONENTS_BOT_PAT }}
@@ -392,7 +392,7 @@ jobs:
392392

393393
- name: Download build artifacts
394394
if: ${{ github.event_name == 'push' }}
395-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
395+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
396396
with:
397397
name: package-dist-artifacts
398398
path: packages/
@@ -436,7 +436,7 @@ jobs:
436436
- finish-test-and-publish
437437
steps:
438438
- name: Checkout Source Code
439-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
439+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
440440

441441
- name: Get aggregate Workflow status
442442
uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 #v3.0.3

.github/workflows/pr-on-close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Source Code
12-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1313

1414
- name: Remove preview consumption comment
1515
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4

0 commit comments

Comments
 (0)