diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 6207322..b9b4def 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -11,7 +11,7 @@ jobs: name: Update this repo's README with recent activity steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: jamesgeorge007/github-activity-readme@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}