Skip to content

Commit 83d9abf

Browse files
authored
Merge pull request #8 from Kpler/upgrade-scalafmt
chore: upgrade scalafmt
2 parents c0e8ff5 + 8e416a8 commit 83d9abf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/main-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
create-tag:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: '0'
1515
- id: github-tag-action
16-
uses: anothrNick/github-tag-action@1.67.0
16+
uses: anothrNick/github-tag-action@1.75.0
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
WITH_V: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-yaml

scalafmt

3.86 KB
Binary file not shown.

shell.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
let
22
nixpkgs = builtins.fetchTarball {
3-
name = "nixos-24.05-20241112";
4-
url = "https://github.com/NixOS/nixpkgs/archive/9256f7c71a19.tar.gz";
5-
sha256 = "0dxwisjg7cg8m7lm1643s0fs9gplji1l25hiwplkqwa5c4hs6v5b";
3+
name = "nixos-25.05-20250625";
4+
url = "https://github.com/NixOS/nixpkgs/archive/c7ab75210cb8.tar.gz";
5+
sha256 = "1zry6hr77c2x08wxr8m39r8dc9nfn1whzsg4gv3g7qnmikwnrj4h";
66
};
77

88
pkgs = import nixpkgs { };

0 commit comments

Comments
 (0)