Skip to content

Commit 904d800

Browse files
authored
Merge pull request #515 from reload/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5d24477 + e084aab commit 904d800

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: '!github.event.deleted'
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Docker build
1414
run: docker build --tag github-security-jira:latest .
1515
- name: Run in Docker

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
name: Actionlint
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: reviewdog/action-actionlint@v1

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
matrix: ${{ steps.versions.outputs.matrix }}
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: antfroger/php-version-action@v1
1616
id: versions
1717

@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
php-version: ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Setup PHP, with composer and extensions
2828
uses: shivammathur/setup-php@master
2929
with:
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
php-version: ${{ fromJSON(needs.php-versions.outputs.matrix) }}
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Setup PHP, with composer and extensions
5454
uses: shivammathur/setup-php@master
5555
with:

.github/workflows/yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Yamllint
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Run Yamllint
2222
uses: frenck/action-yamllint@v1.5.0
2323
with:

0 commit comments

Comments
 (0)