Skip to content

Commit

Permalink
Merge pull request #62 from oat-sa/ops-534/actions/checkout
Browse files Browse the repository at this point in the history
fix: update depreacted actions
  • Loading branch information
oatymart authored Sep 17, 2024
2 parents 786d99c + f5fd934 commit cebd897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
git config --global user.name "GitHub Action"
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down

0 comments on commit cebd897

Please sign in to comment.