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(deps): bump actions/checkout from 4.2.1 to 4.2.2 #207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Get dependencies
run: go mod download
Expand All @@ -46,7 +46,7 @@ jobs:
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Generate
run: go generate ./...
Expand All @@ -64,7 +64,7 @@ jobs:
packages: write
steps:
- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
terraform_wrapper: false

- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: TF acceptance tests
timeout-minutes: 10
Expand Down
Loading