Skip to content

Commit 1e373e0

Browse files
committed
Upgrade tool versions
1 parent d029913 commit 1e373e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: 'Run actionlint with reviewdog'
2020
uses: reviewdog/action-actionlint@v1.7.2
2121
with:

.github/workflows/centralized-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
}
8282
8383
- name: 'Run official stale bot'
84-
uses: actions/stale@v9
84+
uses: actions/stale@v10.2.0
8585
env:
8686
GITHUB_REPOSITORY: 'google-github-actions/${{ matrix.repo }}'
8787
with:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 20
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
# Checkout the base repository ref, not the PR's head commit
1919
ref: ${{ github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)