Skip to content

Commit ca67ba2

Browse files
2 parents 7b56995 + 34a8faf commit ca67ba2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-linux-x64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Set up QEMU
2222
uses: docker/setup-qemu-action@v3
2323
- name: Pull Latest Linux Base Image
@@ -38,13 +38,13 @@ jobs:
3838
# run: docker run --rm lacledeslan/gamesvr-qcde:latest /app/ll-tests/gamesvr-qcde.sh
3939
- name: Login to DockerHub
4040
if: ${{ github.event_name != 'pull_request' }}
41-
uses: docker/login-action@v3.5.0
41+
uses: docker/login-action@v3.6.0
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545
- name: Login to GitHub Container Registry
4646
if: ${{ github.event_name != 'pull_request' }}
47-
uses: docker/login-action@v3.5.0
47+
uses: docker/login-action@v3.6.0
4848
with:
4949
registry: ghcr.io
5050
username: ${{ secrets.GHCR_USERNAME }}

.github/workflows/update-dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Update Docker HUB Description
15-
uses: peter-evans/dockerhub-description@v4
15+
uses: peter-evans/dockerhub-description@v5
1616
with:
1717
username: ${{ secrets.DOCKERHUB_USERNAME }}
1818
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)