Skip to content

Commit

Permalink
Merge pull request #2010 from eirannejad/jmcouffin-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
jmcouffin authored Nov 22, 2023
2 parents a346d0f + ae05175 commit 403622a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "commit: ${{ github.sha }}"
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
Expand All @@ -53,7 +53,7 @@ jobs:
uses: microsoft/[email protected]

- name: Prepare git
uses: fregante/setup-git-user@v1
uses: fregante/setup-git-user@v2

- name: Check Build Environment
run: pipenv run pyrevit check
Expand Down
4 changes: 2 additions & 2 deletions dev/modules/pyRevitLabs.IronPython2.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DLR", "DLR", "{BF166365-161B-405B-9673-1D5846C7F600}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions dev/modules/pyRevitLabs.Python.Net.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Runtime", "pyRevitLabs.Python.Net\src\runtime\Python.Runtime.csproj", "{12A1F593-296C-4BAF-BC61-6065ED8D09C3}"
EndProject
Expand Down

0 comments on commit 403622a

Please sign in to comment.