Skip to content

Commit 1a5a42c

Browse files
authored
ci: update checkout and release-please actions in github actions release workflow (#107)
1 parent 5036190 commit 1a5a42c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: ${{ steps.check-files.outputs.packages }}
2121
prev_sha: ${{ steps.check-files.outputs.prev_sha }}
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 2
2626
- name: Get list of workflows with changes
@@ -52,7 +52,7 @@ jobs:
5252
application_id: "${{ secrets.RELEASE_PLEASE_APPLICATION_ID }}"
5353
application_private_key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
5454
organization: ${{ github.repository_owner }}
55-
- uses: googleapis/release-please-action@v3
55+
- uses: googleapis/release-please-action@v4
5656
id: release
5757
with:
5858
default-branch: main

0 commit comments

Comments
 (0)