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.
2 parents 6c9c615 + 5eb9b98 commit 09d6f42Copy full SHA for 09d6f42
.github/workflows/is-compatible.yml
@@ -8,7 +8,7 @@ jobs:
8
permissions:
9
contents: read
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
with:
13
persist-credentials: false
14
- name: Setup Node.js environment
.github/workflows/issue_commands.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout Actions
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
repository: 'grafana/grafana-github-actions'
17
path: ./actions
0 commit comments