diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-17 03:30:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 03:30:18 -0400 |
commit | 3bdbe3ce969ac510b8d4ee44da4578da9fed659c (patch) | |
tree | aefe795cf3f86133d0bbad6d81003eb1c1ff4e50 | |
parent | a6a3df0273d19197286d12a805d7bc34c787b25f (diff) | |
parent | 60eb4e74d19180ad1107ba2c8a5d86ae796e0dce (diff) | |
download | podman-3bdbe3ce969ac510b8d4ee44da4578da9fed659c.tar.gz podman-3bdbe3ce969ac510b8d4ee44da4578da9fed659c.tar.bz2 podman-3bdbe3ce969ac510b8d4ee44da4578da9fed659c.zip |
Merge pull request #10357 from srcshelton/patch-1
Update to actions/stale@v3
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8fd51b5e9..d6f92873e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'A friendly reminder that this issue had no activity for 30 days.' |