From 3ae93078a87467d3b9854ac745341b17398a89f3 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Sat, 21 May 2022 14:35:51 +0200 Subject: [PATCH] Update 'actions/checkout' to v3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a6117f..4755730 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ jobs: preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: DNSControl preview uses: koenrh/dnscontrol-action@v3 @@ -131,7 +131,7 @@ jobs: push: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: DNSControl push uses: koenrh/dnscontrol-action@v3