Skip to content

Commit eb37758

Browse files
chore(deps): [GHA] Update all dependencies
1 parent 2e0545c commit eb37758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
release-package:
5959
name: "Release package"
60-
runs-on: "ubuntu-22.04"
60+
runs-on: "ubuntu-24.04"
6161
needs: ["ci"]
6262
env:
6363
PYTHON_VERSION: "3.11"
@@ -120,7 +120,7 @@ jobs:
120120
if: steps.should-publish-package.outputs.publish == 1
121121

122122
- name: "Create release"
123-
uses: softprops/action-gh-release@v1
123+
uses: softprops/action-gh-release@v2
124124
with:
125125
tag_name: v${{ steps.get-version.outputs.version }}
126126
generate_release_notes: true

0 commit comments

Comments
 (0)