Skip to content

Commit c1ad7b7

Browse files
chore(deps): Update build deps and github actions to v6
1 parent a3668f4 commit c1ad7b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: 3.x
2828
cache: 'pip'
@@ -103,7 +103,7 @@ jobs:
103103
needs: [build, publish-docker]
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@v4
106+
uses: actions/checkout@v6
107107
- name: Generate Dockerfile
108108
run: ./deployment/generate-dockerfile.sh
109109
env:

0 commit comments

Comments
 (0)