]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/checkout from 2.3.5 to 2.4.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 3 Nov 2021 11:02:20 +0000 (11:02 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Nov 2021 11:02:20 +0000 (11:02 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [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.5...v2.4.0)

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

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

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