We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17b9ad commit 75124efCopy full SHA for 75124ef
.github/workflows/nightly.yml
@@ -38,7 +38,7 @@ jobs:
38
repository: TileDB-Inc/TileDB
39
ref: ${{ matrix.tag }}
40
- name: Export GitHub Actions cache variables
41
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
42
with:
43
script: |
44
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
0 commit comments