diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 0740868..5887142 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -8,7 +8,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Setup Node.js environment diff --git a/.github/workflows/issue_commands.yml b/.github/workflows/issue_commands.yml index e4532c3..58f7e41 100644 --- a/.github/workflows/issue_commands.yml +++ b/.github/workflows/issue_commands.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: 'grafana/grafana-github-actions' path: ./actions