Skip to content

Commit 2bc592e

Browse files
chore(deps): update workflows (#1811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3165e3 commit 2bc592e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
9999
env:
100100
CI: true
101-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
101+
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
102102
if: ${{ matrix.eslint-version == 8 }}
103103
with:
104104
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
yarn install
2929
yarn build
3030
ln -s ../ node_modules/eslint-plugin-jest
31-
- uses: AriPerkkio/eslint-remote-tester-run-action@c0213f3c3b320c3dac16578ed9d0ba8af148a1a8 # v4.0.0
31+
- uses: AriPerkkio/eslint-remote-tester-run-action@c0213f3c3b320c3dac16578ed9d0ba8af148a1a8 # v4.1.0
3232
with:
3333
issue-title: 'Results of weekly scheduled smoke test'
3434
eslint-remote-tester-config: eslint-remote-tester.config.ts

0 commit comments

Comments
 (0)