From e52d0665db455f4bd17052078b12ebab0cebaf38 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 16 Feb 2024 10:33:57 +0100 Subject: [PATCH] update action version --- .github/workflows/post_to_dev_to.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_to_dev_to.yml b/.github/workflows/post_to_dev_to.yml index e9e3aba..fc892c4 100644 --- a/.github/workflows/post_to_dev_to.yml +++ b/.github/workflows/post_to_dev_to.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Publish articles on dev.to uses: sinedied/publish-devto@v2