Skip to content

Commit 51affc5

Browse files
🩹 [Patch]: Update GitHub Actions to latest versions in Action-Test workflow (#38)
Updates the GitHub Actions used in the Action-Test workflow to their latest versions, ensuring compatibility with Node.js 24 runtime and incorporating the latest bugfixes and dependency updates. ## Updated Actions | Action | Old Version | New Version | |--------|-------------|-------------| | `actions/upload-artifact` | v4.6.2 | v6.0.0 | | `super-linter/super-linter/slim` | v8.2.1 | v8.3.2 | ## Notable Changes ### actions/upload-artifact v6.0.0 - Now runs on Node.js 24 (`runs.using: node24`) - Requires a minimum Actions Runner version of 2.327.1 - If using self-hosted runners, ensure they are updated before merging ### super-linter v8.3.2 - Includes bugfixes for file array handling - Contains various dependency updates since v8.2.1
1 parent 57e85ec commit 51affc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Upload module artifact
36-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737
with:
3838
name: module
3939
path: tests/srcTestRepo/outputs/module
@@ -61,7 +61,7 @@ jobs:
6161
WorkingDirectory: tests/srcTestRepo
6262

6363
- name: Lint documentation
64-
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
64+
uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
6565
env:
6666
GITHUB_TOKEN: ${{ github.token }}
6767
VALIDATE_MARKDOWN: true

0 commit comments

Comments
 (0)