Skip to content

Commit

Permalink
chore: update ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin committed Dec 13, 2023
1 parent 9e64436 commit b102c0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.17.0'
- name: Create env file
Expand All @@ -35,8 +35,8 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.17.0'
- uses: webfactory/ssh-agent@v0.5.0
Expand Down

0 comments on commit b102c0b

Please sign in to comment.