diff --git a/.github/workflows/chatops.yml b/.github/workflows/chatops.yml index d633c483ca..41b7a2e158 100644 --- a/.github/workflows/chatops.yml +++ b/.github/workflows/chatops.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: dispatch - uses: peter-evans/slash-command-dispatch@v5.0.0 + uses: peter-evans/slash-command-dispatch@v5.0.2 with: token: ${{ secrets.PR_MAINTAIN }} reaction-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/cron-ngc-bundle.yml b/.github/workflows/cron-ngc-bundle.yml index 3bdebd5730..766e5372b8 100644 --- a/.github/workflows/cron-ngc-bundle.yml +++ b/.github/workflows/cron-ngc-bundle.yml @@ -26,7 +26,7 @@ jobs: id: pip-cache run: echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: ~/.cache/pip diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 25cffc09c3..86ac1bf733 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,7 +37,7 @@ jobs: python setup.py build cat build/lib/monai/_version.py - name: Upload version - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: _version.py path: build/lib/monai/_version.py diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 54b5a3f381..56d015e190 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,7 +22,7 @@ jobs: id: pip-cache run: echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -98,7 +98,7 @@ jobs: id: pip-cache run: echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | diff --git a/.github/workflows/pythonapp-min.yml b/.github/workflows/pythonapp-min.yml index 844d8c844e..84edbd9283 100644 --- a/.github/workflows/pythonapp-min.yml +++ b/.github/workflows/pythonapp-min.yml @@ -46,7 +46,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT shell: bash - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: ${{ steps.pip-cache.outputs.dir }} @@ -96,7 +96,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT shell: bash - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: ${{ steps.pip-cache.outputs.dir }} @@ -145,7 +145,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT shell: bash - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: ${{ steps.pip-cache.outputs.dir }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe1f8ea411..5d20d280e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/') name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist path: dist/ @@ -109,7 +109,7 @@ jobs: python setup.py build cat build/lib/monai/_version.py - name: Upload version - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: _version.py path: build/lib/monai/_version.py diff --git a/.github/workflows/setupapp.yml b/.github/workflows/setupapp.yml index 46e02592df..c12c424321 100644 --- a/.github/workflows/setupapp.yml +++ b/.github/workflows/setupapp.yml @@ -35,7 +35,7 @@ jobs: echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip if: ${{ startsWith(github.ref, 'refs/heads/dev') }} - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -95,7 +95,7 @@ jobs: run: | echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -136,7 +136,7 @@ jobs: run: | echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | diff --git a/.github/workflows/weekly-preview.yml b/.github/workflows/weekly-preview.yml index 44618b58d8..9f63c5bc90 100644 --- a/.github/workflows/weekly-preview.yml +++ b/.github/workflows/weekly-preview.yml @@ -21,7 +21,7 @@ jobs: run: | echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: ~/.cache/pip