diff --git a/templates/repository/common/.github/workflows/closed_references.yml b/templates/repository/common/.github/workflows/closed_references.yml index 2789ac4..23520a3 100644 --- a/templates/repository/common/.github/workflows/closed_references.yml +++ b/templates/repository/common/.github/workflows/closed_references.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest name: Find closed references steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - uses: actions/setup-node@v2-beta with: node-version: "14" diff --git a/templates/repository/common/.github/workflows/conventional_commits.yml b/templates/repository/common/.github/workflows/conventional_commits.yml index eb5de54..c36e376 100644 --- a/templates/repository/common/.github/workflows/conventional_commits.yml +++ b/templates/repository/common/.github/workflows/conventional_commits.yml @@ -21,7 +21,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - id: config uses: ory/ci/conventional_commit_config@master with: @@ -43,7 +43,7 @@ jobs: deps docs default_require_scope: false - - uses: amannn/action-semantic-pull-request@v4 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/templates/repository/common/.github/workflows/labels.yml b/templates/repository/common/.github/workflows/labels.yml index c470ddc..33dc93b 100644 --- a/templates/repository/common/.github/workflows/labels.yml +++ b/templates/repository/common/.github/workflows/labels.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Synchronize Issue Labels uses: ory/label-sync-action@v0 with: diff --git a/templates/repository/common/.github/workflows/stale.yml b/templates/repository/common/.github/workflows/stale.yml index 666299c..027352c 100644 --- a/templates/repository/common/.github/workflows/stale.yml +++ b/templates/repository/common/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: if: github.repository_owner == 'ory' runs-on: ubuntu-latest steps: - - uses: actions/stale@v4 + - uses: actions/stale@v11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: |