Skip to content

Commit

Permalink
🤖 use major version tag for action version
Browse files Browse the repository at this point in the history
to always use latest minor.patch version
  • Loading branch information
ttytm committed Nov 1, 2024
1 parent 0620b6c commit 550a113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1
10 changes: 5 additions & 5 deletions .github/workflows/tarpaulin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cargo
uses: taiki-e/install-action@v2.44.58
uses: taiki-e/install-action@v2
with:
tool: cargo-tarpaulin

- name: python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand All @@ -40,7 +40,7 @@ jobs:
run: echo pycobertura >> requirements.txt

- name: dependencies
uses: py-actions/py-dependency-install@v4.1.0
uses: py-actions/py-dependency-install@v4

- name: tarpaulin
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
&& echo '```' >> message.txt
- name: comment
uses: thollander/actions-comment-pull-request@v3.0.0
uses: thollander/actions-comment-pull-request@v3
with:
comment-tag: tarpaulin
file-path: message.txt

0 comments on commit 550a113

Please sign in to comment.