Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 11, 2023
1 parent 2641502 commit f5580ba
Show file tree
Hide file tree
Showing 4 changed files with 3,711 additions and 4,693 deletions.
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

0 comments on commit f5580ba

Please sign in to comment.