Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 723ff1c

Browse files
committed
CHG | Update actions/cache version to 4.2.3 in main.yml; remove .github/ from .gitignore
1 parent 5797a48 commit 723ff1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
needs: confirm
3737
steps:
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v4.2.3
3939
with:
4040
path: |
4141
~/.haxelib
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
cmake-version: '3.26.x'
159159
- name: Cache Dependencies
160-
uses: actions/cache@v4
160+
uses: actions/cache@v4.2.3
161161
with:
162162
path: |
163163
/usr/lib/i386-linux-gnu

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ art/buildScripts/test_x64-debug-officialrelease.bat
99
export/*
1010
.vscode/*
1111
.haxelib/
12-
.github/
1312
*.code-workspace
1413
vs_Community.exe
1514
# Local history which shouldn't be shared.

0 commit comments

Comments
 (0)