Skip to content

Commit 696312a

Browse files
authored
Merge pull request #4 from actions-rust-lang/dependabot/github_actions/actions/checkout-4
2 parents 2d1d4e9 + 706f84c commit 696312a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotag-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Get version from tag
2020
id: tag_name
2121
run: |

0 commit comments

Comments
 (0)