diff options
| author | Fuwn <[email protected]> | 2022-03-11 04:17:33 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 04:17:33 -0800 |
| commit | 76c2c19ca739da4ab8a74a3c31512b5ae7a505a1 (patch) | |
| tree | 4b85e4b4c2e96a10ba6cd29e4be452a2f0a0dc9c | |
| parent | Merge pull request #9 from Fuwn/renovate/cedrickring-golang-action-1.x (diff) | |
| parent | chore(deps): update actions/checkout action to v3 (diff) | |
| download | space-76c2c19ca739da4ab8a74a3c31512b5ae7a505a1.tar.xz space-76c2c19ca739da4ab8a74a3c31512b5ae7a505a1.zip | |
Merge pull request #11 from Fuwn/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
| -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] |