Skip to content

Commit f9db0b9

Browse files
chore(deps): update actions/checkout action to v6 (#365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b42b30 commit f9db0b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- run: |
1717
git config --local url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Unshallow clone for tags
2626
run: git fetch --prune --unshallow --tags
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout Repo
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- run: |
4949
git config --global url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout Repo
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Install Go
3030
uses: actions/setup-go@v5
@@ -45,7 +45,7 @@ jobs:
4545
needs: lint
4646
steps:
4747
- name: Checkout Repo
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- run: |
5151
git config --global url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"
@@ -93,7 +93,7 @@ jobs:
9393
needs: publish-binary
9494
steps:
9595
- name: Checkout Repo
96-
uses: actions/checkout@v5
96+
uses: actions/checkout@v6
9797

9898
- run: |
9999
git config --global url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"

0 commit comments

Comments
 (0)