Bump actions/checkout from 2 to 2.3.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-12 06:11:22 +00:00
committed by Jakub Chrzanowski
parent 437cdc2d35
commit c0a599481c
3 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
ref: ${{ github.event.release.tag_name }}
@@ -49,7 +49,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
ref: ${{ github.event.release.tag_name }}