Skip to content

Commit

Permalink
Merge pull request #97 from davidlatwe/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-01a33941f0

Bump the github-actions group with 4 updates
  • Loading branch information
davidlatwe authored Jun 27, 2024
2 parents 71dbd6e + d93dda4 commit 469957a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
python-version: "3.7"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up MongoDB ${{ matrix.mongodb-version }}
uses: supercharge/mongodb-github-action@1.8.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Setup Poetry 1.3
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.3"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Setup Poetry 1.3
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.3"

Expand Down

0 comments on commit 469957a

Please sign in to comment.