File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ ![ GitHub] ( https://img.shields.io/github/license/saadmk11/github-actions-version-updater?style=flat-square )] ( https://github.com/saadmk11/github-actions-version-updater/blob/main/LICENSE )
55[ ![ GitHub Marketplace] ( https://img.shields.io/badge/Get%20It-on%20Marketplace-orange?style=flat-square )] ( https://github.com/marketplace/actions/github-actions-version-updater )
66[ ![ GitHub stars] ( https://img.shields.io/github/stars/saadmk11/github-actions-version-updater?color=success&style=flat-square )] ( https://github.com/saadmk11/github-actions-version-updater/stargazers )
7- ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/saadmk11/github-actions-version-updater/Changelog%20CI ?label=Changelog%20CI&style=flat-square )
7+ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/ workflow/status/saadmk11/github-actions-version-updater/changelog-ci.yaml ?label=Changelog%20CI&style=flat-square )
88
99** GitHub Actions Version Updater** is a GitHub Action that is used to ** Update All GitHub Actions** in a Repository
1010and create a ** pull request** with the updates (if enabled).
6363 runs-on : ubuntu-latest
6464
6565 steps :
66- - uses : actions/checkout@v2
66+ - uses : actions/checkout@v3
6767 with :
6868 # [Required] Access token with `workflow` scope.
6969 token : ${{ secrets.WORKFLOW_SECRET }}
@@ -159,7 +159,7 @@ jobs:
159159 runs-on: ubuntu-latest
160160
161161 steps:
162- - uses: actions/checkout@v2
162+ - uses: actions/checkout@v3
163163 with:
164164 token: ${{ secrets.WORKFLOW_SECRET }}
165165 lfs: false
You can’t perform that action at this time.
0 commit comments