Skip to content

Commit

Permalink
ci: deprecate nodejs16 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Apr 18, 2024
1 parent d94f27f commit 96bdbe3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ansible-lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand All @@ -48,7 +48,7 @@ jobs:
check-mode:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand All @@ -63,7 +63,7 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
ROOT_PASSWORD: toor

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: kafl

Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

- run: mkdir bench-logs

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: docker/docker-bench-security
ref: 5a8d6434e6ebd70cb8bb465fce4ae5ed2a572eac
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
needs: [docker-image]
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
upload_url: ${{ steps.step_upload_url.outputs.upload_url }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get the version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# fetch the whole history to get tags
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
req_path: ["deploy/requirements.txt", "docs/requirements.txt"]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Lint Dockerfile
id: hadolint
Expand Down

0 comments on commit 96bdbe3

Please sign in to comment.