Skip to content

Commit 0e48342

Browse files
authored
Merge pull request #470 from linux-nvme/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents 8fd81cd + c455dbb commit 0e48342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- uses: ncipollo/release-action@v1
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)