Skip to content

Commit 6bb1e9e

Browse files
committed
small version fixes
1 parent 7deafa5 commit 6bb1e9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ on:
1515
jobs:
1616
tests:
1717
uses: ./.github/workflows/tests.yml
18+
secrets: inherit
1819

1920
formatCheck:
2021
name: Checks Source Code Formatting
2122
runs-on: ubuntu-20.04
2223
steps:
2324
- name: Checkout Repository
24-
uses: actions/checkout@v3.2.0
25+
uses: actions/checkout@v3
2526

2627
- uses: Ortus-Solutions/[email protected]
2728
with:

0 commit comments

Comments
 (0)