Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/paho-mqtt-approx-eq-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danclough committed Mar 26, 2024
2 parents e19185f + 74ad562 commit d4ab194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Bump version and push tag
id: tag
uses: mathieudutour/[email protected]
Expand All @@ -32,13 +32,13 @@ jobs:
write-mode: overwrite
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2.2.0
uses: docker/setup-qemu-action@v3.0.0
with:
platforms: linux/amd64,linux/arm64
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
amcrest~=1.9.8
paho-mqtt~=2.0.0
python-slugify~=8.0.1
python-slugify~=8.0.4

0 comments on commit d4ab194

Please sign in to comment.