Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
feat: bump actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored May 7, 2023
1 parent f52e694 commit b134645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/raw-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit b134645

Please sign in to comment.