Skip to content

Commit cd2b59d

Browse files
Bump actions/checkout from 4.1.0 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c338024 commit cd2b59d

11 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/daily.wikiman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.1.0
17+
uses: actions/checkout@v6.0.2
1818
- name: copy pacman.yaml
1919
run: cp pacman.yaml current-pacman.yaml
2020
- name: write GH action token to file

.github/workflows/docker.build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
-
1414
name: Checkout
15-
uses: actions/checkout@v4.1.0
15+
uses: actions/checkout@v6.0.2
1616
-
1717
name: Docker meta
1818
id: docker_meta
@@ -58,14 +58,14 @@ jobs:
5858
-
5959
name: Check out `wmde/wbaas-deploy` repository in staging child directory
6060
if: github.event_name != 'pull_request'
61-
uses: actions/checkout@v4.1.0
61+
uses: actions/checkout@v6.0.2
6262
with:
6363
repository: wmde/wbaas-deploy
6464
path: ./repos/wbaas-deploy-staging
6565
-
6666
name: Check out `wmde/wbaas-deploy` repository in production child directory
6767
if: github.event_name != 'pull_request'
68-
uses: actions/checkout@v4.1.0
68+
uses: actions/checkout@v6.0.2
6969
with:
7070
repository: wmde/wbaas-deploy
7171
path: ./repos/wbaas-deploy-production

.github/workflows/docker.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.0
14+
uses: actions/checkout@v6.0.2
1515
- name: lint
1616
uses: hadolint/hadolint-action@v3.3.0
1717
with:

.github/workflows/github.prs.combine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
console.log('Combined: ' + combined);
9494
return combined
9595
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
96-
- uses: actions/checkout@v4.1.0
96+
- uses: actions/checkout@v6.0.2
9797
with:
9898
fetch-depth: 0
9999
token: ${{ secrets.GH_TOKEN_PLUSW }}

.github/workflows/mediawiki.verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.0
14+
uses: actions/checkout@v6.0.2
1515
- name: build docker
1616
run: docker compose up -d
1717
- name: Wait for server to accept connections

.github/workflows/wbstack.php.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.0
14+
uses: actions/checkout@v6.0.2
1515

1616
- uses: shivammathur/setup-php@v2
1717
with:

.github/workflows/wbstack.python.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.0
14+
uses: actions/checkout@v6.0.2
1515

1616
- name: Set up Python
1717
uses: actions/setup-python@v5

.github/workflows/wbstack.sync.check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.0
14+
uses: actions/checkout@v6.0.2
1515
- name: run sync
1616
run: ./sync.sh
1717
- name: Show `git diff` output

.github/workflows/wbstack.sync.trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4.1.0
21+
uses: actions/checkout@v6.0.2
2222
with:
2323
ref: ${{ github.event.inputs.branch }}
2424
- name: run sync

.github/workflows/wbstack.yaml.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4.1.0
13+
- uses: actions/checkout@v6.0.2
1414

1515
- name: yamllint
1616
uses: ibiqlik/action-yamllint@v3

0 commit comments

Comments
 (0)