Skip to content

Commit

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

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

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 and maia-iyer committed Mar 20, 2024
1 parent 7744bed commit 3e24540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
EOF
- name: Check out repository code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Install Golang
uses: actions/setup-go@v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
EOF
- name: Check out repository code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Install Golang
uses: actions/setup-go@v5.0.0
Expand Down

0 comments on commit 3e24540

Please sign in to comment.