We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c4b61 commit bade15cCopy full SHA for bade15c
.github/workflows/detect-breaking-changes.yml
@@ -6,7 +6,7 @@ jobs:
6
compatibilitycheck:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
with:
11
persist-credentials: false
12
- uses: actions/setup-node@v4
.github/workflows/issue_commands.yml
@@ -15,7 +15,7 @@ jobs:
15
id-token: write
16
17
- name: Checkout Actions
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
repository: 'grafana/grafana-github-actions'
21
path: ./actions
0 commit comments