Skip to content

Bump actions/setup-python from 5.1.0 to 5.1.1 (#578) #59

Bump actions/setup-python from 5.1.0 to 5.1.1 (#578)

Bump actions/setup-python from 5.1.0 to 5.1.1 (#578) #59

name: Cache Dependencies
on:
push:
branches:
- main
jobs:
cache-dependencies:
name: Cache dependencies
runs-on: ubuntu-latest
steps:
- name: Cache Go modules
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
with:
path: |
~/.cache/go-build/
~/go/pkg/mod/
key: go-${{ hashFiles('go.sum') }}
restore-keys: |
go-