Skip to content

Commit f7b1d15

Browse files
authored
Merge pull request #516 from linuxserver/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.2.0 to 3.3.0
2 parents e3352c7 + c8d9f4e commit f7b1d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_samples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.2.0
15+
uses: actions/checkout@v3.3.0
1616

1717
- name: Check Allowed File Names
1818
run: |

0 commit comments

Comments
 (0)