]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/checkout from 2.3.4 to 2.3.5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Oct 2021 11:01:11 +0000 (11:01 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 11:01:11 +0000 (11:01 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [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.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 5a5139bb2c381cda68427c4c1ca05af77dc6acff..f1f0d3c0bfa5981fbc8cf5e81cb54dbe67f110ea 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check out code
-      uses: actions/checkout@v2.3.4
+      uses: actions/checkout@v2.3.5
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
index 50c43de4a2b3363724305521923df2af5b81f7b0..88f42b0a520710c6aa9963669cd0069d433e8c18 100644 (file)
@@ -106,7 +106,7 @@ jobs:
       fail-fast: false
     steps:
     - name: Check out code
-      uses: actions/checkout@v2.3.4
+      uses: actions/checkout@v2.3.5
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems