mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 12:01:15 -04:00
parent
3890cc263a
commit
9d5a2c219a
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
# Clone the repo and checkout the commit for which the workflow was triggered
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Test integrity of app parameters
|
||||
run: |
|
||||
@ -157,7 +157,7 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
# Clone the repo and checkout the commit for which the workflow was triggered
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
@ -198,7 +198,7 @@ jobs:
|
||||
# runs-on: macos-latest
|
||||
# steps:
|
||||
# # Clone the repo and checkout the commit for which the workflow was triggered
|
||||
# - uses: actions/checkout@v3
|
||||
# - uses: actions/checkout@v4
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: npm ci
|
||||
|
2
.github/workflows/Release.yml
vendored
2
.github/workflows/Release.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Build the production version of the app
|
||||
- name: Build app for production
|
||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
2
.github/workflows/publish-extension.yaml
vendored
2
.github/workflows/publish-extension.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
name: Deploy browser extension to Docker and/or GitHub Pages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Modify version in source files
|
||||
env:
|
||||
INPUT_VERSION: ${{ inputs.version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user