Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 4, 2024
1 parent a7161ec commit d1b412b
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 224 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/reporting-false-negative.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/reporting-false-positive.md

This file was deleted.

41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/site-support-request.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
VCPKG_DISABLE_METRICS: 1

steps:
- uses: pozil/[email protected].0
- uses: pozil/[email protected].1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- "3.8"
- "3.7"
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix: ${{ fromJson(needs.getchange.outputs.matrix) }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-site-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Check out the code at the specified pull request head commit
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down

0 comments on commit d1b412b

Please sign in to comment.