Skip to content

Commit

Permalink
Update actions/checkout requirement to v2.3.4
Browse files Browse the repository at this point in the history
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/commits/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2021
1 parent 85e93a5 commit ba6e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
Expand Down

0 comments on commit ba6e57a

Please sign in to comment.