Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kenany committed Apr 19, 2024
1 parent b969604 commit dd7e5a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Setup Go
uses: actions/setup-go@v5.0.0
Expand All @@ -45,7 +45,7 @@ jobs:
checks: write
steps:
- name: Checkout code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Setup Go
uses: actions/setup-go@v5.0.0
Expand All @@ -67,7 +67,7 @@ jobs:
arch: [amd64]
steps:
- name: Checkout code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Setup Go
uses: actions/setup-go@v5.0.0
Expand Down

0 comments on commit dd7e5a5

Please sign in to comment.