diff --git a/.commitlintrc.yaml b/.commitlintrc.yaml index 9cb74a7..5d2a5ab 100644 --- a/.commitlintrc.yaml +++ b/.commitlintrc.yaml @@ -1,2 +1,2 @@ extends: - - "@commitlint/config-conventional" + - "@open-turo/commitlint-config-conventional" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7c6f08..2e7b01d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: commitlint stages: [commit-msg] - additional_dependencies: ["@commitlint/config-conventional"] + additional_dependencies: ["@open-turo/commitlint-config-conventional"] - repo: https://github.com/rhysd/actionlint rev: v1.6.8 hooks: diff --git a/build-docker/action.yaml b/build-docker/action.yaml index cf1bd74..8f23921 100644 --- a/build-docker/action.yaml +++ b/build-docker/action.yaml @@ -33,14 +33,14 @@ runs: using: "composite" steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 if: inputs.checkout-repo with: fetch-depth: 0 - name: Authorize - uses: open-turo/action-git-auth@v1 + uses: open-turo/action-git-auth@v2 with: - token: ${{ inputs.github-token }} + github-personal-access-token: ${{ inputs.github-token }} - name: Login to docker hub uses: docker/login-action@v1 with: diff --git a/lint/action.yaml b/lint/action.yaml index 9f7553a..4a64f07 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -11,7 +11,7 @@ inputs: runs: using: composite steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: inputs.checkout-repo with: fetch-depth: 0 diff --git a/release/action.yaml b/release/action.yaml index e159f26..a538fd5 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -27,7 +27,7 @@ outputs: runs: using: composite steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: inputs.checkout-repo with: fetch-depth: 0 diff --git a/test/action.yaml b/test/action.yaml index a16739b..940859a 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -18,7 +18,7 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 if: inputs.checkout-repo with: fetch-depth: 0