Skip to content

Commit

Permalink
Changing assignees to reviewers and updating dotenv version.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Nov 6, 2024
1 parent 8b416a5 commit 3d0e0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Create .env file
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
uses: xom9ikk/dotenv@v2.3.0
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Create .env file
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
uses: xom9ikk/dotenv@v2.3.0
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
commit-message: "Update dependencies"
title: ${{ env.PR_TITLE }}
body-path: /tmp/pr_body.md
assignees: niquerio, erinesullivan
reviewers: niquerio, erinesullivan

build-unstable:
needs: update
Expand Down

0 comments on commit 3d0e0c1

Please sign in to comment.