Skip to content

Commit e1731c3

Browse files
authored
Merge pull request #146 from dimaslanjaka/dependabot/github_actions/master/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 27d5d04 + afdeac9 commit e1731c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
YARN_CHECKSUM_BEHAVIOR: update
3838
steps:
3939
- name: ⬇️ Checkout Repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
ref: ${{ github.event.inputs.ref }}
4343
token: ${{ env.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)