Skip to content

Commit 65a84ad

Browse files
Merge pull request #76 from MarketDataApp/dependabot/github_actions/github-actions-ee35a46b25
chore(deps): bump the github-actions group with 7 updates
2 parents d85ba7b + 60d142d commit 65a84ad

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

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

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v2.5.0
17+
uses: dependabot/fetch-metadata@v3.1.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

.github/workflows/phpdoc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
@@ -39,10 +39,10 @@ jobs:
3939
run: touch docs/.nojekyll
4040

4141
- name: Configure GitHub Pages
42-
uses: actions/configure-pages@v5
42+
uses: actions/configure-pages@v6
4343

4444
- name: Upload Pages Artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v5
4646
with:
4747
path: docs
4848

@@ -55,4 +55,4 @@ jobs:
5555
steps:
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v4
58+
uses: actions/deploy-pages@v5

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
}
5757
5858
- name: Checkout code
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@v7
6060
with:
6161
ref: ${{ inputs.ref }}
6262

@@ -86,7 +86,7 @@ jobs:
8686
needs: gate
8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v6
89+
uses: actions/checkout@v7
9090
with:
9191
fetch-depth: 0
9292
ref: ${{ inputs.ref }}

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2
@@ -51,6 +51,6 @@ jobs:
5151
# Only upload coverage from one canonical job to avoid merge issues
5252
# with platform-specific tests that skip on Windows vs Unix
5353
if: matrix.php == '8.4' && matrix.stability == 'prefer-stable' && matrix.os == 'ubuntu-latest'
54-
uses: codecov/codecov-action@v5
54+
uses: codecov/codecov-action@v7
5555
env:
5656
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
ref: main
2020

@@ -25,7 +25,7 @@ jobs:
2525
release-notes: ${{ github.event.release.body }}
2626

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v7
28+
uses: stefanzweifel/git-auto-commit-action@v7.1.0
2929
with:
3030
branch: main
3131
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)