From 204a9a4e7314bb802851b3b5f2e26bee824ab7dd Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:36:42 +0200 Subject: [PATCH 1/4] Update lint.yml Signed-off-by: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9546895ab..e1fc264c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 25 From 4c6dba8d7dc4ae6bd4de91a5d561004088de708c Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:37:07 +0200 Subject: [PATCH 2/4] Update prettier.yml Signed-off-by: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 6b45fffa2..d980343f7 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -24,7 +24,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 25 From 329a2db80d8b2998a4a5908a6122a9425e5fcaad Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:37:30 +0200 Subject: [PATCH 3/4] Update slither.yml Signed-off-by: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> --- .github/workflows/slither.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 139eef493..76ac144b0 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -19,7 +19,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 25 From f7c4909efbad9e396e603a5c2869bbffbe233c1e Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:38:43 +0200 Subject: [PATCH 4/4] Update action.yml Signed-off-by: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> --- .github/composite-actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composite-actions/setup/action.yml b/.github/composite-actions/setup/action.yml index a080f4495..5504f11f7 100644 --- a/.github/composite-actions/setup/action.yml +++ b/.github/composite-actions/setup/action.yml @@ -5,7 +5,7 @@ runs: using: composite steps: - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 registry-url: "https://registry.npmjs.org"