summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-27 16:05:30 +0000
committerGitHub <noreply@github.com>2021-11-27 16:05:30 +0000
commitcd04960e3e82a55dcf5d020cf67b3a3331d63dd7 (patch)
tree2c30ff3aff80145a57af9d8e2448c684a9868404
parent3d5b77e78013d9c08146b94cbbaa5c9a321b9f75 (diff)
downloadrequests-cache-dependabot/github_actions/snok/install-poetry-1.3.tar.gz
Bump snok/install-poetry from 1.2 to 1.3dependabot/github_actions/snok/install-poetry-1.3
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.2 to 1.3. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/deploy.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index be461e8..4a660c1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- - uses: snok/install-poetry@v1.2
+ - uses: snok/install-poetry@v1.3
with:
version: 1.2.0a2
virtualenvs-in-project: true
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1621b69..fe2a22d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- - uses: snok/install-poetry@v1.2
+ - uses: snok/install-poetry@v1.3
with:
version: 1.2.0a2
virtualenvs-in-project: true
@@ -85,7 +85,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ env.LATEST_PY_VERSION }}
- - uses: snok/install-poetry@v1.2
+ - uses: snok/install-poetry@v1.3
with:
version: 1.2.0a2
virtualenvs-in-project: true