Skip to content

Commit 08ab2de

Browse files
Update actions/checkout action to v7
1 parent 18f6f14 commit 08ab2de

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Set up Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v6

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Install PHP
2727
uses: shivammathur/setup-php@v2

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
php-versions: ['8.3', '8.4', '8.5' ]
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2424
fetch-depth: 0 # a full history is required for pull request analysis

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Install PHP
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)