Skip to content

Commit 5d058e1

Browse files
chore(deps): update github-actions deps
1 parent a3277e6 commit 5d058e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,27 @@ jobs:
5757
run: echo "WEB_WORKER_VERSION=$(python setup.py --version)" >> $GITHUB_ENV
5858

5959
- name: Set up QEMU
60-
uses: docker/setup-qemu-action@v3
60+
uses: docker/setup-qemu-action@v4
6161

6262
- name: Set up Docker Buildx
63-
uses: docker/setup-buildx-action@v3
63+
uses: docker/setup-buildx-action@v4
6464

6565
- name: Convert repository to lower case
6666
id: repository_name_conversion
67-
uses: ASzc/change-string-case-action@v6
67+
uses: ASzc/change-string-case-action@v8
6868
with:
6969
string: ${{ github.repository }}
7070

7171
- name: Login to GitHub Container Registry
72-
uses: docker/login-action@v3
72+
uses: docker/login-action@v4
7373
with:
7474
registry: ghcr.io
7575
username: ${{ github.actor }}
7676
password: ${{ secrets.GITHUB_TOKEN }}
7777

7878
- name: Push dev image to GitHub Packages
7979
id: push_dev
80-
uses: docker/build-push-action@v6
80+
uses: docker/build-push-action@v7
8181
with:
8282
context: .
8383
file: Containerfile.pyfunceble-dev
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Push stable image to GitHub Packages
104104
id: push_stable
105-
uses: docker/build-push-action@v6
105+
uses: docker/build-push-action@v7
106106
with:
107107
context: .
108108
file: Containerfile.pyfunceble

0 commit comments

Comments
 (0)