diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-03 15:59:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 15:59:31 -0500 |
| commit | ce44d3445660bac36feaed8046d97db7bce6eca9 (patch) | |
| tree | 51e55db1c8d3b428211f0cd75ed5d484828f2fac /.github | |
| parent | 65ced6d12ec6a24792c40fde979eab876fcac6c1 (diff) | |
| download | xesite-ce44d3445660bac36feaed8046d97db7bce6eca9.tar.xz xesite-ce44d3445660bac36feaed8046d97db7bce6eca9.zip | |
Update go.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e1cf0f8..183764e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -53,7 +53,7 @@ jobs: ${{ runner.os }}-golang- - name: cache deno.land dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: key: ${{ runner.os }}-deno-${{ hashFiles('**/deno.json') }} restore-keys: ${{ runner.os }}-deno- |
