Skip to content

Commit

Permalink
feat(): bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 27, 2024
1 parent f43ab25 commit f712d36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
needs: tsc # This job depends on tsc
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache Node.js modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.yarn
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
needs: lint # This job depends on test
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand All @@ -89,7 +89,7 @@ jobs:
needs: lint # This job depends on test
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit f712d36

Please sign in to comment.