Merge pull request #564 from yeasy/dependabot/github_actions/dependencies-8fe05ed821

chore(deps): bump the dependencies group with 2 updates
This commit is contained in:
github-actions[bot]
2026-04-15 18:46:57 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Create Release with PDF - name: Create Release with PDF
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
generate_release_notes: true generate_release_notes: true
files: docker_practice-${{ steps.tag.outputs.TAG_NAME }}.pdf files: docker_practice-${{ steps.tag.outputs.TAG_NAME }}.pdf
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Dependabot metadata - name: Dependabot metadata
id: metadata id: metadata
uses: dependabot/fetch-metadata@v2 uses: dependabot/fetch-metadata@v3
with: with:
github-token: "${{ secrets.GITHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR - name: Approve a PR