Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent ab70064 commit dc38ed8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-scanning-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
'web-front-end/react'
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
'web-front-end/react']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
module-folder: ['people-service']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build project with dotnet
run: dotnet build --configuration Release
working-directory: ${{ matrix.module-folder }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
'trade-service',]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
'people-service',
'reference-data']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker-practice/actions-setup-docker@master
- name: Build
run: docker build -f Dockerfile -t user/app:latest .
Expand Down

0 comments on commit dc38ed8

Please sign in to comment.