Skip to content

Commit 426d0a0

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6d555c commit 426d0a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
EOF
1616
1717
- name: Check out repository code
18-
uses: actions/checkout@v4.2.0
18+
uses: actions/checkout@v4.2.1
1919

2020
- name: Install Golang
2121
uses: actions/setup-go@v5.0.2

.github/workflows/master-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
EOF
2020
2121
- name: Check out repository code
22-
uses: actions/checkout@v4.2.0
22+
uses: actions/checkout@v4.2.1
2323

2424
- name: Log in to GHCR.io
2525
uses: docker/login-action@v3.3.0
@@ -60,7 +60,7 @@ jobs:
6060
EOF
6161
6262
- name: Check out repository code
63-
uses: actions/checkout@v4.2.0
63+
uses: actions/checkout@v4.2.1
6464
- name: Log in to GHCR.io
6565
uses: docker/login-action@v3.3.0
6666
with:

0 commit comments

Comments
 (0)