mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 00:25:45 +03:00
Bump actions/github-script from 8 to 9 (#222)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/orphaned_files.yml
vendored
2
.github/workflows/orphaned_files.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Find orphaned markdown docs
|
||||
id: find_orphaned
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
||||
2
.github/workflows/unreferenced_images.yml
vendored
2
.github/workflows/unreferenced_images.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Find unreferenced images in /images
|
||||
id: find_images
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
||||
2
.github/workflows/validate_images.yml
vendored
2
.github/workflows/validate_images.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Validate OrcaSlicer image references
|
||||
id: validate_images
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
||||
2
.github/workflows/validate_internal_link.yml
vendored
2
.github/workflows/validate_internal_link.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Validate internal documentation links
|
||||
id: validate_internal_links
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Validate list indentation
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- name: Validate lowercase snake_case .md filenames
|
||||
id: validate_lowercase_markdown_filenames
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
||||
2
.github/workflows/validate_tab_links.yml
vendored
2
.github/workflows/validate_tab_links.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Validate OrcaSlicer Tab links
|
||||
id: validate_tab_links
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
||||
Reference in New Issue
Block a user