There was an error while loading. Please reload this page.
1 parent 5036190 commit 1a5a42cCopy full SHA for 1a5a42c
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
packages: ${{ steps.check-files.outputs.packages }}
21
prev_sha: ${{ steps.check-files.outputs.prev_sha }}
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
with:
25
fetch-depth: 2
26
- name: Get list of workflows with changes
@@ -52,7 +52,7 @@ jobs:
52
application_id: "${{ secrets.RELEASE_PLEASE_APPLICATION_ID }}"
53
application_private_key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
54
organization: ${{ github.repository_owner }}
55
- - uses: googleapis/release-please-action@v3
+ - uses: googleapis/release-please-action@v4
56
id: release
57
58
default-branch: main
0 commit comments