diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index cdc73e11..a8dbc6be 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'dart-lang' }} steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f with: days-before-stale: -1 days-before-close: 14 diff --git a/.github/workflows/web_generator.yaml b/.github/workflows/web_generator.yaml index c3c0207d..d856e923 100644 --- a/.github/workflows/web_generator.yaml +++ b/.github/workflows/web_generator.yaml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c