diff --git a/.github/workflows/documentation-link-check.yaml b/.github/workflows/documentation-link-check.yaml index 561c13e..a93fca4 100644 --- a/.github/workflows/documentation-link-check.yaml +++ b/.github/workflows/documentation-link-check.yaml @@ -36,8 +36,8 @@ jobs: check-links: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 with: python-version: "3.9" cache: "pip" @@ -117,7 +117,7 @@ jobs: # otherwise a pre-existing issue will be updated. - name: Create issue from errors output if: steps.buildDocs.outcome == 'failure' - uses: peter-evans/create-issue-from-file@v4.0.0 + uses: peter-evans/create-issue-from-file@v4 with: issue-number: ${{ env.ISSUE_NUMBER }} title: ${{ inputs.issue_title }} diff --git a/.github/workflows/sync-issue-templates.yaml b/.github/workflows/sync-issue-templates.yaml index f3713d9..beebf06 100644 --- a/.github/workflows/sync-issue-templates.yaml +++ b/.github/workflows/sync-issue-templates.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@master + uses: actions/checkout@v3 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1 with: diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 93af62a..edac470 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@master + uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16