Skip to content

Commit cbe4655

Browse files
authored
Merge pull request dayanch96#331 from andrenevesgomes/main
Update GitHub Actions workflow configuration to use a newer version of the cache action
2 parents 84a20a5 + cf2cf6e commit cbe4655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache Theos
6262
id: theos
63-
uses: actions/cache@v4.0.1
63+
uses: actions/cache@v4.2.3
6464
env:
6565
cache-name: theos_cache_67db2ab
6666
with:
@@ -119,4 +119,4 @@ jobs:
119119

120120
- name: Output Release URL
121121
run: |
122-
echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases"
122+
echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases"

0 commit comments

Comments
 (0)