Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use actions/checkout@v3 #2948

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

krrrr38
Copy link
Contributor

@krrrr38 krrrr38 commented Jan 7, 2023

what

use actions/checkout@v3 instead actions/checkout@v3.3.0.

why

Both actions/checkout@v3 and actions/checkout@v3.3.0 are existed in this repo.

minor version update is redundant like #2943.

✘╹◡╹✘☆  ag uses: .github | perl -pe 's/.*uses: (.*)/$1/' | sort -u
actions/checkout@v3
actions/checkout@v3.3.0
actions/setup-go@v3
actions/setup-node@v3
actions/stale@v7
docker/build-push-action@v3
docker/login-action@v2
docker/metadata-action@v4
docker/setup-buildx-action@v2
docker/setup-qemu-action@v2
goreleaser/goreleaser-action@v4
mislav/bump-homebrew-formula-action@v2
reviewdog/action-golangci-lint@v2

tests

after

✘╹◡╹✘☆  ag uses: .github | perl -pe 's/.*uses: (.*)/$1/' | sort -u | grep checkout
actions/checkout@v3

references

@krrrr38 krrrr38 requested a review from a team as a code owner January 7, 2023 22:46
@jamengual
Copy link
Contributor

jamengual commented Jan 7, 2023 via email

@nitrocode nitrocode merged commit c48c994 into runatlantis:main Jan 8, 2023
@nitrocode nitrocode added this to the 0.22.3 milestone Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants