diff --git a/.github/workflows/issue_commands.yml b/.github/workflows/issue_commands.yml index 20e5a70..7069e68 100644 --- a/.github/workflows/issue_commands.yml +++ b/.github/workflows/issue_commands.yml @@ -12,7 +12,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 diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index cf84969..0126b62 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -22,7 +22,7 @@ jobs: version_changed: ${{ steps.version_check.outputs.changed }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main persist-credentials: false @@ -86,7 +86,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index adafc57..7e946fa 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false