Skip to content

Commit 35c1d13

Browse files
committed
Update GitHub workflows
1 parent 56b34ee commit 35c1d13

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Get pathPrefix
18-
uses: actions/github-script@v6
18+
uses: actions/github-script@v7
1919
id: get_path_prefix
2020
with:
2121
script: |

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
uses: actions/checkout@v4
2525

2626
- name: Get pathPrefix
27-
uses: actions/github-script@v6
27+
uses: actions/github-script@v7
2828
id: get_path_prefix
2929
with:
3030
script: |

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# Use full version number to avoid cases when a next
6161
# released version is buggy
6262
# About slim image: https://github.com/github/super-linter#slim-image
63-
uses: super-linter/super-linter/slim@v7.0.0
63+
uses: super-linter/super-linter/slim@v7.2.0
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
DEFAULT_BRANCH: main

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"build": "NODE_OPTIONS='--max-old-space-size=8192' gatsby build",
2020
"serve": "NODE_OPTIONS='--max-old-space-size=8192' gatsby serve",
2121
"clean": "gatsby clean",
22-
"test": "remark src/pages --quiet --frail",
23-
"lint": "docker run --rm -e RUN_LOCAL=true --env-file .github/super-linter.env -v \"$PWD\":/tmp/lint github/super-linter:slim-v4.10.1"
22+
"test": "remark src/pages --quiet --frail"
2423
},
2524
"packageManager": "yarn@3.2.1",
2625
"devDependencies": {

0 commit comments

Comments
 (0)