Skip to content

Commit

Permalink
Merge pull request #918 from gisaia/ci/upgradeActionsVersion
Browse files Browse the repository at this point in the history
ci: upgrade workflow actions version
  • Loading branch information
sebbousquet authored Dec 12, 2024
2 parents 983b25f + 21c569d commit d70e695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.4

- name: Use Node 16
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v2
uses: actions/cache@v4.0.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.4

- name: Build an image from Dockerfile
run: |
Expand Down

0 comments on commit d70e695

Please sign in to comment.