Skip to content

Commit 49d8275

Browse files
Merge branch 'Current' of ssh://github.com/PlayForm/Summary into Current
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
2 parents 851989b + 6091333 commit 49d8275

4 files changed

Lines changed: 6 additions & 6 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 Nov 29 01:43:19 UTC 2025
1+
Update: Tue Feb 3 02:27:24 UTC 2026

.github/workflows/Auto.yml

Lines changed: 1 addition & 1 deletion
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.1
54+
- uses: actions/checkout@v6.0.2
5555

5656
- run: |
5757
echo "Update: $(date)" > .github/Update.md

.github/workflows/Dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.actor == 'dependabot[bot]' }}
2121

2222
steps:
23-
- uses: dependabot/fetch-metadata@v2.4.0
23+
- uses: dependabot/fetch-metadata@v2.5.0
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"
2626

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ github.actor == 'dependabot[bot]' }}
3636

3737
steps:
38-
- uses: dependabot/fetch-metadata@v2.4.0
38+
- uses: dependabot/fetch-metadata@v2.5.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

.github/workflows/Rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
toolchain: ["stable", "nightly"]
5858

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

6262
- uses: actions-rs/toolchain@v1.0.7
6363
with:
6464
profile: minimal
6565
toolchain: ${{ matrix.toolchain }}
6666

67-
- uses: actions/cache@v4.3.0
67+
- uses: actions/cache@v5.0.3
6868
with:
6969
path: |
7070
~/.cargo/bin/

0 commit comments

Comments
 (0)