]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/checkout from 2 to 2.3.4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 12 May 2021 05:02:50 +0000 (05:02 +0000)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 05:02:50 +0000 (05:02 +0000)
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>
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index bfc83f8f0d1e4a7c6de1af333be87567e200a42e..94e1fb5dbe03a398b1ef16cd5265f6f611a8a8c8 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check out code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.3.4
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
index 274d152f3e7f00023789ba1182051a89e99f4a71..3706f5de60b2f4b048755371ff18f01d45488b97 100644 (file)
@@ -112,7 +112,7 @@ jobs:
       fail-fast: false
     steps:
     - name: Check out code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.3.4
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems