Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Commit 3853808

Browse files
shahariaazamVibeXP Bot
andauthored
Update actions/checkout to v6
Co-authored-by: VibeXP Bot <bot@vibexp.io>
1 parent 186ea62 commit 3853808

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v6
99
- name: Setup OAuth Mock Server
1010
uses: ./
1111
with:

0 commit comments

Comments
 (0)