Skip to content

Commit

Permalink
update used GitHub actions versions; k8s version matrix for Helm
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Sep 11, 2023
1 parent fbd41a1 commit d193b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
check-license-header-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: jitterbit/get-changed-files@v1
id: the-files
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
java: [ '1.8' ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ['14', '16', '18']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit d193b4e

Please sign in to comment.