diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 74833f5..e620e4c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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: @@ -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 .