diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index de0bf03..5266142 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -9,7 +9,7 @@ permissions: jobs: dependabot: name: Auto Merge - uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@9ea5ca06a1ef865b0af9745b47ea74b731b65fc5 # v13.4.1 + uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@7433384f8737623f2c8eb247427830629ce66d97 # v14.1.0 with: force: true secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e28eb..ddf3ed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,6 @@ permissions: jobs: update_release_draft: name: Update Release - uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@9ea5ca06a1ef865b0af9745b47ea74b731b65fc5 # v13.4.1 + uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@7433384f8737623f2c8eb247427830629ce66d97 # v14.1.0 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/action.yml b/action.yml index 32fefd2..d372d9e 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ runs: node-version: '22' - name: Setup Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: '3.12'