Skip to content

Commit acc0e9d

Browse files
chore(deps): update github-actions (#241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce85bc1 commit acc0e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
go mod download
9494
make test-e2e
9595
96-
- uses: actions/[email protected].1
96+
- uses: actions/[email protected].2
9797
if: failure() && steps.test.outcome == 'failure'
9898
with:
9999
name: playwright-report
@@ -123,7 +123,7 @@ jobs:
123123
echo "version=v$(grep golangci-lint .tool-versions | awk '{print $2}')" >> $GITHUB_OUTPUT
124124
125125
- name: golangci-lint
126-
uses: reviewdog/[email protected].0
126+
uses: reviewdog/[email protected].1
127127
with:
128128
golangci_lint_version: ${{ steps.get-golangci-lint-version.outputs.version }}
129129
level: warning

0 commit comments

Comments
 (0)