Skip to content

Commit 4a66e2a

Browse files
author
Mohammed Munir Abdi
authored
Bump actions/checkout from 4.2.0 to 4.2.1 (#524)
2 parents c627020 + 426d0a0 commit 4a66e2a

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)