Skip to content

Commit acdccd7

Browse files
2 parents b269b04 + 5b27776 commit acdccd7

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Sat Jul 11 01:45:50 UTC 2026
1+
Update: Wed Jul 22 01:45:00 UTC 2026

.github/workflows/Auto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
VCPKG_DISABLE_METRICS: 1
5252

5353
steps:
54-
- uses: actions/checkout@v6.0.2
54+
- uses: actions/checkout@v7.0.1
5555

5656
- run: |
5757
echo "Update: $(date)" > .github/Update.md
@@ -62,7 +62,7 @@ jobs:
6262
git add .
6363
git commit -a --allow-empty-message -m ""
6464
65-
- uses: ad-m/github-push-action@v1.1.0
65+
- uses: ad-m/github-push-action@v1.3.0
6666
with:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
branch: Current

.github/workflows/GitHub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
VCPKG_DISABLE_METRICS: 1
5353

5454
steps:
55-
- uses: pozil/auto-assign-issue@v3.0.0
55+
- uses: pozil/auto-assign-issue@v4.0.1
5656
with:
5757
repo-token: ${{ secrets.GITHUB_TOKEN }}
5858
assignees: NikolaRHristov

.github/workflows/NPM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
id-token: write
5858

5959
steps:
60-
- uses: actions/checkout@v6.0.2
60+
- uses: actions/checkout@v7.0.1
6161

62-
- uses: actions/setup-node@v6.4.0
62+
- uses: actions/setup-node@v7.0.0
6363
with:
6464
node-version: "24"
6565

.github/workflows/Node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
node-version: [18, 19, 20]
6060

6161
steps:
62-
- uses: actions/checkout@v6.0.2
62+
- uses: actions/checkout@v7.0.1
6363

64-
- uses: pnpm/action-setup@v6.0.8
64+
- uses: pnpm/action-setup@v6.0.9
6565
with:
6666
version: 9.3.0
6767
run_install: |
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v6.4.0
79+
- uses: actions/setup-node@v7.0.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,17 @@
4343
"cssnano-preset-advanced": "8.0.2",
4444
"dotenv": "17.4.2",
4545
"firebase": "12.16.0",
46+
<<<<<<< HEAD
4647
"postcss": "8.5.22",
48+
=======
49+
"postcss": "8.5.19",
50+
>>>>>>> 5b27776ccf6cc24244486a1f94408b88b2c04b1e
4751
"postcss-combine-duplicated-selectors": "10.0.3",
4852
"postcss-combine-media-query": "2.1.0",
4953
"postcss-import": "16.1.1",
5054
"postcss-reporter": "7.1.0",
5155
"postcss-url": "10.1.4",
52-
"tailwindcss": "3.4.17",
56+
"tailwindcss": "3.4.19",
5357
"typescript": "7.0.2",
5458
"zod": "4.4.3"
5559
},

0 commit comments

Comments
 (0)