Skip to content

Commit

Permalink
ci version up
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 committed Nov 6, 2024
1 parent 26ae701 commit b8fe780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-lecture-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.11.1"

Expand Down
4 changes: 2 additions & 2 deletions frontend/lecture/src/lectures/Infrastructure/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ export const infrastructureLecture = getLectureItem({
``,
` steps:`,
` - name: Checkout`,
` uses: actions/checkout@v3`,
` uses: actions/checkout@v4`,
` - name: Setup Node`,
` uses: actions/setup-node@v3`,
` uses: actions/setup-node@v4`,
` with:`,
` node-version: '20.11.1'`,
``,
Expand Down

0 comments on commit b8fe780

Please sign in to comment.