Skip to content

Commit 8116e6d

Browse files
authored
Merge pull request #19 from gidoichi/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents b083ebf + 981c9f5 commit 8116e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/increment-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
contents: write
1111
steps:
12-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313
- name: Bump version and push tag
1414
uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
1515
with:

0 commit comments

Comments
 (0)