Skip to content

Commit

Permalink
refactor: Replace actions/checkout@v3 with actions/checkout@v4 (#330
Browse files Browse the repository at this point in the history
)
  • Loading branch information
katayama8000 authored Oct 25, 2024
1 parent 35381c7 commit 468aa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
Expand Down

0 comments on commit 468aa65

Please sign in to comment.