Skip to content

Commit 8551557

Browse files
committed
style: update actions/checkout to v6.1.0 with bot token
1 parent d29745f commit 8551557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/java-cloud-bom-update-readme-table.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
pull-requests: write
2525
steps:
2626
- name: Check out repository
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
2828
with:
29-
persist-credentials: false
29+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
3030

3131
- name: Set up Python
3232
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6

0 commit comments

Comments
 (0)