Skip to content

Commit 2dffbd8

Browse files
authored
Merge pull request #6 from Jarod42/dependabot/github_actions/dot-github/actions/install-premake5/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in /.github/actions/install-premake5 in the github-actions group across 1 directory
2 parents 89aeb47 + 79ad724 commit 2dffbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-premake5/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
steps:
2020

2121
- name: checkout premake5
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
repository: ${{ inputs.repository }}
2525
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)