Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #86

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
node:
resource_class: small
docker:
- image: cimg/node:20.4.0
- image: cimg/node:20.9.0
jobs:
build-lint-test:
executor: node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assign-all-cards-to-owner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: pozil/auto-assign-issue@v1.12.0
- uses: pozil/auto-assign-issue@v1.13.0
with:
assignees: HiromiShikata
repo-token: ${{ secrets.GH_TOKEN }}
12 changes: 6 additions & 6 deletions .github/workflows/umino-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: github.event.action == 'opened' || github.event.action == 'reopened'
steps:
- name: Move issue to ${{ env.inbox }}
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
with:
gh_token: ${{ env.gh_project_token }}
user: ${{ env.user }}
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.event.action == 'assigned' || github.event.action == 'unassigned'
steps:
- name: Move issue to ${{ env.inbox }}
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
with:
gh_token: ${{ env.gh_project_token }}
user: ${{ env.user }}
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.event.action == 'labeled' && github.event.label.name == 'working right now'
steps:
- name: Move issue to ${{ env.in_progress }}
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
with:
gh_token: ${{ env.gh_project_token }}
user: ${{ env.user }}
Expand All @@ -82,7 +82,7 @@ jobs:
if: github.event.action == 'unlabeled' && github.event.label.name == 'working right now'
steps:
- name: Move issue to ${{ env.inbox }}
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
with:
gh_token: ${{ env.gh_project_token }}
user: ${{ env.user }}
Expand All @@ -94,7 +94,7 @@ jobs:
if: github.event.action == 'labeled' && github.event.label.name == 'will close automatically by PR'
steps:
- name: Move issue to ${{ env.in_waiting }}
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
with:
gh_token: ${{ env.gh_project_token }}
user: ${{ env.user }}
Expand All @@ -106,7 +106,7 @@ jobs:
if: github.event.action == 'edited' && (startsWith(github.event.issue.title, 'Waiting for ') || startsWith(github.event.pull_request.title, 'Waiting for '))
steps:
- name: Move issue to ${{ env.in_waiting }}
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
with:
gh_token: ${{ env.gh_project_token }}
user: ${{ env.user }}
Expand Down
Loading
Loading