Skip to content

Commit 8aacbb9

Browse files
committed
build(dependencies): update dependencies for all GitHub Actions workflows
1 parent 25fa110 commit 8aacbb9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous_integration.yml

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

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141

4242
- name: Initialize Ruby
4343
uses: ruby/setup-ruby@v1

.github/workflows/enforce_conventional_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with: { fetch-depth: 0 }
2727

2828
- name: Check Commit Messages

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
steps:
3131
- name: Checkout project
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Create release
35-
uses: googleapis/release-please-action@v4
35+
uses: googleapis/release-please-action@v5
3636
id: release
3737
with:
3838
token: ${{ secrets.AUTO_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)