diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 204e327..aad8c7b 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.6 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.14 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.6 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.14 diff --git a/.github/workflows/test-checkout-rust-project.yml b/.github/workflows/test-checkout-rust-project.yml index b50dfa6..076d18a 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@v4 + - uses: actions/checkout@v6 - 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@v4 + - uses: actions/checkout@v6 - 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 510524c..eaf51b1 100644 --- a/.github/workflows/test-determine-binary-name.yml +++ b/.github/workflows/test-determine-binary-name.yml @@ -20,22 +20,22 @@ jobs: expected-suffix: x86_64-apple-darwin runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./determine-binary-name id: run-action with: name: my-binary - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 name: Check name with: expected: ${{ matrix.os.expected-name }} actual: ${{ steps.run-action.outputs.name }} - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 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.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 name: Check suffix with: expected: ${{ matrix.os.expected-suffix }} @@ -60,7 +60,7 @@ jobs: expected-suffix: macos runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./determine-binary-name id: run-action with: @@ -68,17 +68,17 @@ jobs: linux-suffix: linux windows-suffix: windows macos-suffix: macos - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 name: Check name with: expected: ${{ matrix.os.expected-name }} actual: ${{ steps.run-action.outputs.name }} - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 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.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 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 e599f27..bb564cc 100644 --- a/.github/workflows/test-determine-release-url.yml +++ b/.github/workflows/test-determine-release-url.yml @@ -14,14 +14,14 @@ jobs: expected-url: https://github.com/example-org/example-app/releases/latest/download/my-binary-x86_64-apple-darwin runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - 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.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 name: Check url with: expected: ${{ matrix.os.expected-url }} @@ -39,7 +39,7 @@ jobs: expected-url: https://github.com/demo-org/demo-app/releases/latest/download/program-macos runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./determine-release-url id: run-action with: @@ -49,7 +49,7 @@ jobs: linux-suffix: linux windows-suffix: windows macos-suffix: macos - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.14 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 823b20e..3ff0ee3 100644 --- a/.github/workflows/test-install-release-binary.yml +++ b/.github/workflows/test-install-release-binary.yml @@ -11,7 +11,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./install-release-binary id: run-action with: @@ -29,7 +29,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./install-release-binary id: run-action with: