diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 6c89de9..1cebc08 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.3 + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.5 with: enable_eslinter: true enable_jsonlinter: true @@ -110,7 +110,7 @@ jobs: unzip build.zip rm build.zip - - uses: paulhatch/semantic-version@v6.0.1 + - uses: paulhatch/semantic-version@v6.0.2 id: asset_version with: # The prefix to use to identify tags @@ -146,7 +146,7 @@ jobs: rm build.zip - name: Add & Commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: # The arguments for the `git add` command (see the paragraph below for more info) # Default: '.' diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 0919b25..7548a5a 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -56,7 +56,7 @@ jobs: echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT - name: Add & Commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: ${{ steps.changes.outputs.packages_changed }} with: # The arguments for the `git add` command (see the paragraph below for more info)