diff options
| author | Renovate Bot <[email protected]> | 2022-03-01 19:47:08 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-01 19:47:08 +0000 |
| commit | 216cb7cfb9b5adf0e6d88d4a44210767567dd92d (patch) | |
| tree | 4b85e4b4c2e96a10ba6cd29e4be452a2f0a0dc9c /.github/workflows | |
| parent | Merge pull request #9 from Fuwn/renovate/cedrickring-golang-action-1.x (diff) | |
| download | space-216cb7cfb9b5adf0e6d88d4a44210767567dd92d.tar.xz space-216cb7cfb9b5adf0e6d88d4a44210767567dd92d.zip | |
chore(deps): update actions/checkout action to v3
Diffstat (limited to '.github/workflows')
| -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 c10cfe0..616ea60 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check ✅ uses: cedrickring/[email protected] |