Skip to content

Commit

Permalink
Bump NiklasMerz/github-deployment-action from 1.1.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [NiklasMerz/github-deployment-action](https://github.com/niklasmerz/github-deployment-action) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/niklasmerz/github-deployment-action/releases)
- [Commits](NiklasMerz/github-deployment-action@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: NiklasMerz/github-deployment-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 073241a commit 267cc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
if: contains(github.ref, 'master')
steps:
- name: create deployment
uses: NiklasMerz/github-deployment-action@v1.1.0
uses: NiklasMerz/github-deployment-action@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: -o AntiCompositeNumber -r anticompositetools -c master -e production
- name: set deployment status
uses: NiklasMerz/github-deployment-action@v1.1.0
uses: NiklasMerz/github-deployment-action@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 267cc80

Please sign in to comment.