Skip to content

Commit 3d23eb9

Browse files
chore(deps): update github-actions deps
1 parent a3277e6 commit 3d23eb9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.13"
2323

2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
name: Clone repository
2727

2828
- name: Set up Python ${{ matrix.python_version }}
@@ -51,33 +51,33 @@ jobs:
5151

5252
steps:
5353
- name: Checkout Repository
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555

5656
- name: Get project version
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)