Skip to content

Commit a78d560

Browse files
committed
Merge branch 'main' of github.com:thenativeweb/temp--techlounge
2 parents 3931f78 + be73c49 commit a78d560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Clone repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Install Go
2222
uses: actions/setup-go@v6
2323
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Clone repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: "0"
2222
- name: Install Go

0 commit comments

Comments
 (0)