Skip to content

Commit

Permalink
Address Node.js 16 actions are deprecated.
Browse files Browse the repository at this point in the history
Warning in workflow run annotations continued with
Please update the following actions to use Node.js 20: actions/checkout@v3.
For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
  • Loading branch information
Jan Pazdziora committed Jan 28, 2024
1 parent 488e837 commit 18b16d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
kind_create_opts: --config /etc/kind-cluster.yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install podman 4.*
uses: ./.github/actions/install-podman-4
if: matrix.podman-version == '4'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
env:
KUBECONFIG: /etc/rancher/k3s/k3s.yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install and setup K3s
run: curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644
- name: Build image
Expand Down

0 comments on commit 18b16d7

Please sign in to comment.