Skip to content

Commit

Permalink
Merge pull request #482 from pangaea-data-publisher/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/github-actions-14e6648eae

build(deps): bump the github-actions group with 2 updates
  • Loading branch information
huberrob authored Feb 28, 2024
2 parents 64ca5f1 + 00a5466 commit f00ef43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# with:
# python-version: '3.11'
# - name: Cache python dependencies
# uses: actions/cache@v3
# uses: actions/cache@v4
# with:
# path: ~/.cache/pip
# key: pip-docs-${{ hashFiles('pyproject.toml') }}
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache python dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Ref: https://github.com/marocchino/sticky-pull-request-comment#inputs
- name: Add Code Coverage PR Comment
if: ${{ steps.get-pr-number.outputs.number }} != null
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
with:
recreate: true
number: ${{ steps.get-pr-number.outputs.number }}
Expand Down

0 comments on commit f00ef43

Please sign in to comment.