Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#304)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent b9a6375 commit 9df6d6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Generate env file
run: 'echo "$ENV_FILE" > cmd/env'
shell: bash
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-go@v4.1.0
with:
go-version: 1.20.0
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate env file
run: 'echo "$ENV_FILE" > cmd/env'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: 3.20.0
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Generate env file
run: 'echo "$ENV_FILE" > cmd/env'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
version: 3.20.0
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Generate env file
run: 'echo "$ENV_FILE" > cmd/env'
shell: bash
Expand Down

0 comments on commit 9df6d6c

Please sign in to comment.