Skip to content

Commit 0979040

Browse files
chore(deps): update actions/checkout action to v4.2.2 (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfee118 commit 0979040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:
3636
# Checks-out your repository under $GITHUB_WORKSPACE
37-
- uses: actions/checkout@v4.2.1
37+
- uses: actions/checkout@v4.2.2
3838

3939
# Running golangci-lint
4040
- name: Linting

0 commit comments

Comments
 (0)