diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 8e194fd..f331e18 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - id: get-github-token - uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2 + uses: grafana/shared-workflows/actions/create-github-app-token@795f748a236f9de024b7514efc9a208456e7e468 # create-github-app-token/v0.3.0 with: github_app: grafana-oss-big-tent - name: Add to project diff --git a/.github/workflows/update-create-plugin.yml b/.github/workflows/update-create-plugin.yml index 0cf00bd..c394f1d 100644 --- a/.github/workflows/update-create-plugin.yml +++ b/.github/workflows/update-create-plugin.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - id: get-github-token - uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2 + uses: grafana/shared-workflows/actions/create-github-app-token@795f748a236f9de024b7514efc9a208456e7e468 # create-github-app-token/v0.3.0 with: github_app: grafana-oss-big-tent - uses: grafana/plugin-actions/create-plugin-update@244c3bc9c6eb94bc1dd6458ade2462499bbf0f5b #create-plugin-update/v2.0.1