Skip to content

Commit f3f03a1

Browse files
chore(deps): update actions/checkout action to v6.0.3
1 parent af8622c commit f3f03a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
unit-tests:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6.0.2
9+
- uses: actions/checkout@v6.0.3
1010
with:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v6.4.0

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6.0.2
17+
- uses: actions/checkout@v6.0.3
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v6.4.0

0 commit comments

Comments
 (0)