Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/daily.wikiman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
- name: copy pacman.yaml
run: cp pacman.yaml current-pacman.yaml
- name: write GH action token to file
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
-
name: Docker meta
id: docker_meta
Expand Down Expand Up @@ -67,14 +67,14 @@ jobs:
-
name: Check out `wmde/wbaas-deploy` repository in staging child directory
if: steps.update-check.outputs.match == 'true'
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
repository: wmde/wbaas-deploy
path: ./repos/wbaas-deploy-staging
-
name: Check out `wmde/wbaas-deploy` repository in production child directory
if: steps.update-check.outputs.match == 'true'
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
repository: wmde/wbaas-deploy
path: ./repos/wbaas-deploy-production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
- name: lint
uses: hadolint/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github.prs.combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
console.log('Combined: ' + combined);
return combined
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN_PLUSW }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediawiki.verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
- name: build docker
run: docker-compose up -d
- name: Wait for server to accept connections
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wbstack.php.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0

- uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wbstack.python.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0

- name: Set up Python 3.7
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wbstack.sync.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
- name: run sync
run: ./sync.sh
- name: Show `git diff`` output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wbstack.sync.trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
ref: ${{ github.event.inputs.branch }}
- name: run sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wbstack.yaml.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.0

- name: yamllint
uses: ibiqlik/action-yamllint@v3
2 changes: 1 addition & 1 deletion .github/workflows/wikiman.validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.0

- uses: actions/setup-node@v3

Expand Down