Skip to content

Commit

Permalink
chore(docs): bump the github script version used in GHA (mozilla#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemingy authored and trxcllnt committed Nov 14, 2024
1 parent 4e92248 commit 3701221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GHA.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This cache type will need tokens like `ACTIONS_CACHE_URL` and `ACTIONS_RUNTIME_T

```yaml
- name: Configure sccache
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
Expand Down

0 comments on commit 3701221

Please sign in to comment.