Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 30, 2023
1 parent ebf7221 commit 6b1bbe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
- uses: werf/actions/[email protected]
- name: Werf lint chart
run: cd "$CHART_DIR" && werf helm lint
Expand All @@ -33,7 +33,7 @@ jobs:
if: "github.event_name == 'push' && github.ref == 'refs/heads/master'"
needs: tests
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
- uses: werf/actions/[email protected]
- name: Package werf charts
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: '1.19'

- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1

- name: Test With Coverage
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
Expand All @@ -41,7 +41,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit 6b1bbe6

Please sign in to comment.