Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TimMikeladze/space-slug
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Feb 17, 2024
2 parents b4f9b8a + 3e1c5d2 commit 3401f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'yarn'
Expand Down

0 comments on commit 3401f48

Please sign in to comment.