]> git.openstreetmap.org Git - chef.git/commitdiff
Merge remote-tracking branch 'github/pull/612'
authorTom Hughes <tom@compton.nu>
Tue, 5 Sep 2023 11:13:36 +0000 (12:13 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 5 Sep 2023 11:13:36 +0000 (12:13 +0100)
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 78b79aa794e0d1c880c1d9a527f811e169e27b89..b9332e23680fb01b578e5fd9c8147a7cbccfa7bd 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check out code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - name: Setup ruby
       uses: ruby/setup-ruby@v1
       with:
index fd51dbced54bbbd6ef019e8469afed223e59cc0d..cb55b9b996c655d4ffa47081efba91dbd0f0cb0a 100644 (file)
@@ -135,7 +135,7 @@ jobs:
         username: ${{ github.actor }}
         password: ${{ secrets.GITHUB_TOKEN }}
     - name: Check out code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - name: Setup ruby
       uses: ruby/setup-ruby@v1
       with: