Merge pull request #443 from shivam-sharma7/patch-1

Use action/checkout@v4
This commit is contained in:
Michael Cade 2024-01-04 17:44:59 +00:00 committed by GitHub
commit 98789cb66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Publish articles on dev.to
uses: sinedied/publish-devto@v2
id: publish_devto
@ -54,4 +54,4 @@ jobs:
Changes result:
```
${{ steps.publish_devto.outputs.result_summary }}
```
```