diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index b3c48d8..e6091e5 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.0.1 + - uses: dependabot/fetch-metadata@v2.1.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.0.1 + - uses: dependabot/fetch-metadata@v2.1.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index e823aaa..b171d92 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -86,7 +86,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.3.2 + - uses: actions/upload-artifact@v4.3.3 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target