diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index aad8c7b..dc7378a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -8,7 +8,7 @@ permissions: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.14 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.15 test-checkout-rust-project: uses: ./.github/workflows/test-checkout-rust-project.yml @@ -37,4 +37,4 @@ jobs: if: github.ref == 'refs/heads/main' needs: - all-tests-succeeded - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.14 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.15 diff --git a/.github/workflows/test-checkout-rust-project.yml b/.github/workflows/test-checkout-rust-project.yml index 076d18a..a938a2c 100644 --- a/.github/workflows/test-checkout-rust-project.yml +++ b/.github/workflows/test-checkout-rust-project.yml @@ -5,7 +5,7 @@ jobs: test-with-default-arguments: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./checkout-rust-project - name: Assert project is checked out run: grep "# GitHub Actions" README.md @@ -15,7 +15,7 @@ jobs: test-with-clippy-component-installed: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./checkout-rust-project with: rust-components: clippy diff --git a/.github/workflows/test-determine-binary-name.yml b/.github/workflows/test-determine-binary-name.yml index 4612b06..12b358e 100644 --- a/.github/workflows/test-determine-binary-name.yml +++ b/.github/workflows/test-determine-binary-name.yml @@ -28,22 +28,22 @@ jobs: expected-suffix: aarch64-apple-darwin runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./determine-binary-name id: run-action with: name: my-binary - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check name with: expected: ${{ matrix.os.expected-name }} actual: ${{ steps.run-action.outputs.name }} - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check name-with-arch with: expected: ${{ matrix.os.expected-name-with-arch }} actual: ${{ steps.run-action.outputs.name-with-arch }} - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check suffix with: expected: ${{ matrix.os.expected-suffix }} @@ -76,7 +76,7 @@ jobs: expected-suffix: macos-arm runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./determine-binary-name id: run-action with: @@ -86,17 +86,17 @@ jobs: windows-suffix: windows macos-suffix: macos macos-arm-suffix: macos-arm - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check name with: expected: ${{ matrix.os.expected-name }} actual: ${{ steps.run-action.outputs.name }} - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check name-with-arch with: expected: ${{ matrix.os.expected-name-with-arch }} actual: ${{ steps.run-action.outputs.name-with-arch }} - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check suffix with: expected: ${{ matrix.os.expected-suffix }} diff --git a/.github/workflows/test-determine-release-url.yml b/.github/workflows/test-determine-release-url.yml index 4f9f72c..51ccce1 100644 --- a/.github/workflows/test-determine-release-url.yml +++ b/.github/workflows/test-determine-release-url.yml @@ -16,14 +16,14 @@ jobs: expected-url: https://github.com/example-org/example-app/releases/latest/download/my-binary-aarch64-apple-darwin runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./determine-release-url id: run-action with: binary-name: my-binary owner: example-org repository: example-app - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check url with: expected: ${{ matrix.os.expected-url }} @@ -43,7 +43,7 @@ jobs: expected-url: https://github.com/demo-org/demo-app/releases/latest/download/program-macos-arm runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./determine-release-url id: run-action with: @@ -54,7 +54,7 @@ jobs: windows-suffix: windows macos-suffix: macos macos-arm-suffix: macos-arm - - uses: armakuni/github-actions/assert-equals@v0.19.14 + - uses: armakuni/github-actions/assert-equals@v0.19.15 name: Check url with: expected: ${{ matrix.os.expected-url }} diff --git a/.github/workflows/test-install-release-binary.yml b/.github/workflows/test-install-release-binary.yml index df71d5a..7e19298 100644 --- a/.github/workflows/test-install-release-binary.yml +++ b/.github/workflows/test-install-release-binary.yml @@ -12,7 +12,7 @@ jobs: - macos-26 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./install-release-binary id: run-action with: @@ -31,7 +31,7 @@ jobs: - macos-26 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./install-release-binary id: run-action with: