diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index daf6b246..53efe007 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: 3.x - name: Install Dependencies diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 5256bbea..14405ebe 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply Labels - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 if: github.event.action == 'opened' && env.IN_MAINTAINER_LIST == 'false' with: configuration-path: .github/labeler-pull-requests.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26ff1586..781263a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: ref: ${{ github.event.release.tag_name }} fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: 3.x - name: Install Dependencies diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 84f3a66a..453d4d3f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' days-before-stale: 60