diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f8cfef5..9731cc2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - run: npm test - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4 + - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # pin@3.1.6 lint: needs: build # Require build to complete before running tests