diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 39b1233e..4bee1c65 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -28,7 +28,7 @@ jobs: - name: Check for changed documentation files id: check_files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | docs/** @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index b5de47e8..de92964e 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -19,7 +19,7 @@ jobs: - name: Check for changed source files id: check_files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | src/** @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'npm'