From b432cce0f44f372df489dac002e78d501ad18ead Mon Sep 17 00:00:00 2001 From: Marcel Kuhmann Date: Fri, 11 Nov 2022 11:41:09 +0100 Subject: [PATCH] use `actions/checkout@v3` in example workflow (#109) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ed454..220d7c9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: redaxo_publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: FriendsOfREDAXO/installer-action@v1 with: myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}