Skip to content

Commit

Permalink
👷 bump CI dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Feb 1, 2024
1 parent ef1a04c commit ab3b4d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint markdown files
uses: avto-dev/[email protected]
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint yaml files
uses: ibiqlik/[email protected]
13 changes: 2 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: Setup node environment (for building)
uses: actions/setup-node@v3
with:
node-version: 16.18

- name: Fetch dependencies
run: |
yarn --frozen-lockfile
uses: actions/checkout@v4

- name: Build front
run: |
yarn prod
- name: Zola build and deploy
uses: shalzz/zola-deploy-action@v0.16.1-1
uses: shalzz/zola-deploy-action@v0.18.0
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab3b4d3

Please sign in to comment.