diff --git a/.github/workflows/apm-agent-meta-issue-action.yml b/.github/workflows/apm-agent-meta-issue-action.yml index a096c1b1..dc223823 100644 --- a/.github/workflows/apm-agent-meta-issue-action.yml +++ b/.github/workflows/apm-agent-meta-issue-action.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Get token id: get_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }} private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }} diff --git a/.github/workflows/generate-plantuml.yml b/.github/workflows/generate-plantuml.yml index 11928a0a..9e2fdaae 100644 --- a/.github/workflows/generate-plantuml.yml +++ b/.github/workflows/generate-plantuml.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get changed UML files id: getfile @@ -25,7 +25,7 @@ jobs: args: -v -tsvg ${{steps.getfile.outputs.files}} - name: Push Local Changes - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 with: commit_message: "Generate SVG files for PlantUML diagrams" branch: ${{ github.head_ref }}