Skip to content

Commit

Permalink
Merge pull request #58 from serverless-seoul/renovate/actions-checkou…
Browse files Browse the repository at this point in the history
…t-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
breath103 authored Dec 19, 2023
2 parents c59c4dc + 82ae4c8 commit 74a8182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
container: node:18
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Prepare
run: npm ci
- name: Lint
Expand Down

0 comments on commit 74a8182

Please sign in to comment.