diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 6759a8a..05fd013 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -45,7 +45,7 @@ jobs: path: Slicer fetch-depth: 0 - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.SLICER_APP_ID }} @@ -124,7 +124,7 @@ jobs: # Only update SlicerDocker when changes are detected. # Note: we refresh the GitHub App token here because tokens expire after 1 hour. - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: push-token with: app-id: ${{ vars.SLICER_APP_ID }}