Skip to content

Commit 55fa953

Browse files
authored
Merge pull request #54 from mondeja/patch-1
Fix badge and update `actions/checkout` in README
2 parents 68b783d + 3f6202b commit 55fa953

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
1010
and create a **pull request** with the updates (if enabled).
@@ -63,7 +63,7 @@ jobs:
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

0 commit comments

Comments
 (0)