We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d029913 commit 1e373e0Copy full SHA for 1e373e0
3 files changed
.github/workflows/actionlint.yml
@@ -15,7 +15,7 @@ jobs:
15
lint:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
- name: 'Run actionlint with reviewdog'
20
uses: reviewdog/action-actionlint@v1.7.2
21
with:
.github/workflows/centralized-stale.yml
@@ -81,7 +81,7 @@ jobs:
81
}
82
83
- name: 'Run official stale bot'
84
- uses: actions/stale@v9
+ uses: actions/stale@v10.2.0
85
env:
86
GITHUB_REPOSITORY: 'google-github-actions/${{ matrix.repo }}'
87
.github/workflows/scorecard.yml
@@ -13,7 +13,7 @@ jobs:
13
14
timeout-minutes: 20
# Checkout the base repository ref, not the PR's head commit
ref: ${{ github.event.pull_request.base.sha }}
0 commit comments