diff --git a/.github/workflows/lang.node-13.yaml b/.github/workflows/lang.node-13.yaml index 411075c8..9a1a1934 100644 --- a/.github/workflows/lang.node-13.yaml +++ b/.github/workflows/lang.node-13.yaml @@ -21,7 +21,7 @@ jobs: github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' || github.event_name == 'push' && (github.event.created == false && github.event.forced == false) steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.6 - name: Login to Registry run: |