diff options
| author | Abhinav Gupta <mail@abhinavg.net> | 2023-06-01 10:55:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 10:55:06 -0700 |
| commit | 36855596b4c0febcf046d5ff744e2bc26bbb6880 (patch) | |
| tree | c862fc6f8ff99031be267aa80fce86eaf0dbd809 /.github/workflows/fossa.yaml | |
| parent | 04539ca4b920c53d342887794f1ea02d21464814 (diff) | |
| download | sally-36855596b4c0febcf046d5ff744e2bc26bbb6880.tar.gz | |
ci: Update actions (#99)
Updates the checkout, setup-go, and codecov GitHub Actions.
Supersedes #88, #89, #90
Diffstat (limited to '.github/workflows/fossa.yaml')
| -rw-r--r-- | .github/workflows/fossa.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fossa.yaml b/.github/workflows/fossa.yaml index 86e6db7..611303b 100644 --- a/.github/workflows/fossa.yaml +++ b/.github/workflows/fossa.yaml @@ -8,7 +8,7 @@ jobs: if: github.repository_owner == 'uber-go' steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: FOSSA analysis uses: fossas/fossa-action@v1 |