Skip to content

Commit a75beb2

Browse files
⬆️ Bump the dependencies group with 2 updates (#175)
1 parent e1d0c61 commit a75beb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_multi_os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
echo '${{ steps.coverageComment.outputs.summaryReport }}' > summary-report.md
127127
- name: Upload coverage data
128-
uses: actions/upload-artifact@v7.0.0
128+
uses: actions/upload-artifact@v7.0.1
129129
with:
130130
name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
131131
path: |

.github/workflows/update_version_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
} >> "$GITHUB_OUTPUT"
8989
9090
- name: Create Release
91-
uses: softprops/action-gh-release@v2.6.1
91+
uses: softprops/action-gh-release@v3.0.0
9292
with:
9393
tag_name: v${{ steps.update_version.outputs.new_version }}
9494
name: mkdocs-macros-utils-v${{ steps.update_version.outputs.new_version }}

0 commit comments

Comments
 (0)