Skip to content

Commit

Permalink
Merge pull request #13 from manjaro-arm/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.0.0

build(deps): bump actions/checkout from 3.5.2 to 4.0.0
  • Loading branch information
spikerguy authored Sep 9, 2024
2 parents df9e873 + 288d044 commit 6c79a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/count_downloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
-
run: |
curl -s https://api.github.com/repos/manjaro-arm/opi4-lts-images/releases | egrep 'download_count' | cut '-d:' -f 2 | sed 's/,/+/' | xargs echo | xargs -I N echo N 0 | bc >docs/_includes/download_count
Expand Down

0 comments on commit 6c79a64

Please sign in to comment.