Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 382a046 commit 5647e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
rm ${DBNAME}.db-journal || true
- name: "Upload Artifact"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
with:
name: database
Expand All @@ -103,7 +103,7 @@ jobs:
compression-level: 0

- name: Publish weekly
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
if: github.event_name == 'schedule' && !endsWith(steps.current-time.outputs.formattedTime, '-01')
with:
draft: false
Expand All @@ -117,7 +117,7 @@ jobs:
See the README for more information.
- name: Publish monthly or manually
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
if: ( github.event_name == 'schedule' && endsWith(steps.current-time.outputs.formattedTime, '-01') ) || github.event_name == 'workflow_dispatch'
with:
draft: false
Expand Down

0 comments on commit 5647e93

Please sign in to comment.