Skip to content

Commit

Permalink
Merge pull request #156 from sebbo2002/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Apr 25, 2022
2 parents 9a70867 + 67346c2 commit 7017d9a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🧹 Cleanup issues & pull requests
uses: actions/stale@v4
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.1.3-develop.2](https://github.com/sebbo2002/pyatv-mqtt-bridge/compare/v3.1.3-develop.1...v3.1.3-develop.2) (2022-04-25)

## [3.1.3-develop.1](https://github.com/sebbo2002/pyatv-mqtt-bridge/compare/v3.1.2...v3.1.3-develop.1) (2022-04-25)

## [3.1.2](https://github.com/sebbo2002/pyatv-mqtt-bridge/compare/v3.1.1...v3.1.2) (2022-03-31)

## [3.1.2-develop.4](https://github.com/sebbo2002/pyatv-mqtt-bridge/compare/v3.1.2-develop.3...v3.1.2-develop.4) (2022-03-31)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine@sha256:32f64135e74ec4dc5d63cc36318444f1d801cd23c44253124f7eccb52c4b89c5 as build-container
FROM node:lts-alpine@sha256:28bed508446db2ee028d08e76fb47b935defa26a84986ca050d2596ea67fd506 as build-container

WORKDIR "/app"

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7017d9a

Please sign in to comment.