Skip to content

Commit

Permalink
Update GithubACtions checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Juholei committed Jan 3, 2024
1 parent ded7347 commit e1ab4b0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: etp-core/etp-backend

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare java
uses: actions/setup-java@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
working-directory: etp-core/etp-backend

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare java
uses: actions/setup-java@v3
with:
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare java
uses: actions/setup-java@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: [ 18.x, 20.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -41,7 +41,7 @@ jobs:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -83,7 +83,7 @@ jobs:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: [ 18.x, 20.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -42,7 +42,7 @@ jobs:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nvd-clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: clojure:openjdk-17-tools-deps

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run nvd
run: ./nvd.sh
- name: Publish Test Report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@4
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
Expand Down

0 comments on commit e1ab4b0

Please sign in to comment.