diff --git a/.github/workflows/docs-preview-comment.yml b/.github/workflows/docs-preview-comment.yml index 7edee4d47..52c5ca16a 100644 --- a/.github/workflows/docs-preview-comment.yml +++ b/.github/workflows/docs-preview-comment.yml @@ -10,7 +10,7 @@ jobs: doc-preview: runs-on: ubuntu-latest steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 name: Add doc preview links with: script: | diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 20bd20e37..1bd28c751 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,10 +15,21 @@ jobs: steps: - name: "Check PRs" - uses: actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da # v4 + uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-pr-message: 'This PR is stale because it has been open for 60 days with no activity.' + stale-pr-message: | + Hi! + + We just realized that we haven't looked into this PR in a while. We're + sorry! + + We're labeling this PR as `Stale` to make it hit our filters and + make sure we get back to it as soon as possible. In the meantime, it'd + be extremely helpful if you could take a look at it as well and confirm its + relevance. A simple comment with a nice emoji will be enough `:+1`. + + Thank you for your contribution! stale-pr-label: 'stale' ascending: true days-before-pr-stale: 60 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c61715c97..f4969c765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-20.04 name: Unit Tests steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 - - uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: '3.x' - run: git fetch --prune --unshallow --tags diff --git a/scripts/requirements-dev.txt b/scripts/requirements-dev.txt index 9783c343a..9a9650f13 100644 --- a/scripts/requirements-dev.txt +++ b/scripts/requirements-dev.txt @@ -3,4 +3,4 @@ autopep8==1.6.0 # License: BSD mock==5.1.0 # License: GPLv3 -yamllint==1.26.3 +yamllint==1.35.1 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index e703c6ad5..106d1de1b 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,7 +1,7 @@ pip # License: MIT -PyYAML==6.0.1 +PyYAML==6.0.2 # License: BSD -gitpython==3.1.41 +gitpython==3.1.43 # License: BSD Jinja2==3.1.4