Skip to content

Commit

Permalink
chore: Update checkout GHA to avoid Node16 deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
furan917 authored May 23, 2024
1 parent 59fa4c0 commit 3fda6eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
with:
Expand All @@ -55,6 +55,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Shellcheck
uses: ludeeus/[email protected]

0 comments on commit 3fda6eb

Please sign in to comment.