Skip to content

Commit d9569a3

Browse files
author
1
committed
fix versions
1 parent c728276 commit d9569a3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- uses: xonsh/actions@v1
1818
with:
1919
python-version: '3.12'
2020

2121
- name: Set up QEMU
22-
uses: docker/setup-qemu-action@v3
22+
uses: docker/setup-qemu-action@v4
2323

2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v3
25+
uses: docker/setup-buildx-action@v4
2626

2727
- name: Log in to Docker Hub
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
username: ${{ secrets.DOCKERHUB_USERNAME }}
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -34,23 +34,23 @@ jobs:
3434
run: xonsh ./rebuild.xsh
3535

3636
- name: Sync description — xonsh/xonsh
37-
uses: peter-evans/dockerhub-description@v4
37+
uses: peter-evans/dockerhub-description@v5
3838
with:
3939
username: ${{ secrets.DOCKERHUB_USERNAME }}
4040
password: ${{ secrets.DOCKERHUB_TOKEN }}
4141
repository: xonsh/xonsh
4242
readme-filepath: ./containers/xonsh/README.md
4343

4444
- name: Sync description — xonsh/xonsh-interactive
45-
uses: peter-evans/dockerhub-description@v4
45+
uses: peter-evans/dockerhub-description@v5
4646
with:
4747
username: ${{ secrets.DOCKERHUB_USERNAME }}
4848
password: ${{ secrets.DOCKERHUB_TOKEN }}
4949
repository: xonsh/xonsh-interactive
5050
readme-filepath: ./containers/xonsh/interactive/README.md
5151

5252
- name: Sync description — xonsh/xonsh-github-action
53-
uses: peter-evans/dockerhub-description@v4
53+
uses: peter-evans/dockerhub-description@v5
5454
with:
5555
username: ${{ secrets.DOCKERHUB_USERNAME }}
5656
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)