Skip to content

Commit 1acc480

Browse files
authored
Update main.yml
1 parent 8c38461 commit 1acc480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ jobs:
44
deploy:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
8-
- uses: actions/setup-node@v3
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-node@v4
99
with:
1010
node-version: '16'
1111
- name: Install dependencies
1212
run: npm install
1313
- name: Build
1414
run: npm run build --base eitbapi-react
1515
- name: Deploy pages
16-
uses: crazy-max/ghaction-github-pages@v3
16+
uses: crazy-max/ghaction-github-pages@v4
1717
if: github.ref == 'refs/heads/main'
1818
with:
1919
build_dir: build

0 commit comments

Comments
 (0)