Skip to content

Commit

Permalink
git ls-files | xargs selfup run
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 8, 2024
1 parent 31ae143 commit 505abb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dprint/check@v2.2
with:
dprint-version: '0.47.2' # selfup {"extract":"\\d[^']+","replacer":["dprint", "--version"], "nth": 2}
dprint-version: '0.47.6' # selfup {"extract":"\\d[^']+","replacer":["dprint", "--version"], "nth": 2}

typos:
timeout-minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
install-only: true
version: 'v2.4.4' # selfup { "extract": "\\d[^']+", "replacer": ["bash", "-c", "goreleaser --version | grep 'GitVersion:'"], "nth": 2 }
version: 'v2.4.8' # selfup { "extract": "\\d[^']+", "replacer": ["bash", "-c", "goreleaser --version | grep 'GitVersion:'"], "nth": 2 }
- name: List files - before build
run: Get-ChildItem
- name: Build winit-*
Expand Down

0 comments on commit 505abb8

Please sign in to comment.