Skip to content

Commit

Permalink
chore(deps): update nakamasato/github-actions action to v1.6.3 (#648)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 7a5e207 commit 1f31201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python & Poetry
uses: nakamasato/github-actions/setup-poetry@1.6.2
uses: nakamasato/github-actions/setup-poetry@1.6.3
with:
install-dependencies: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python & Poetry
uses: nakamasato/github-actions/setup-poetry@1.6.2
uses: nakamasato/github-actions/setup-poetry@1.6.3
with:
install-dependencies: false

Expand All @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python & Poetry
uses: nakamasato/github-actions/setup-poetry@1.6.2
uses: nakamasato/github-actions/setup-poetry@1.6.3
with:
install-dependencies: false

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python & Poetry
uses: nakamasato/github-actions/setup-poetry@1.6.2
uses: nakamasato/github-actions/setup-poetry@1.6.3
with:
install-dependencies: false

Expand All @@ -147,7 +147,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python & Poetry
uses: nakamasato/github-actions/setup-poetry@1.6.2
uses: nakamasato/github-actions/setup-poetry@1.6.3
with:
install-dependencies: false

Expand Down

0 comments on commit 1f31201

Please sign in to comment.