Skip to content

Commit

Permalink
Bump actions checkout to v4
Browse files Browse the repository at this point in the history
Bump actions checkout to v4 since Node.js 16 actions are deprecated.
We need to update to Node.js 20, which is included in actions/checkout@v4.
  • Loading branch information
vkmc committed Apr 29, 2024
1 parent 79f9f28 commit 0f07b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3
- name: Run clang-format-lint
uses: DoozyX/clang-format-lint-action@v0.11
with:
Expand All @@ -34,6 +34,6 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3
- name: Check build of Dockerfile is successful
run: docker build -t sg-bridge:check-build -f build/Dockerfile .

0 comments on commit 0f07b36

Please sign in to comment.