Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging dev to master #122

Merged
merged 16 commits into from
Mar 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v3
- uses: actions/stale@v5
with:
days-before-issue-stale: 30
days-before-issue-close: 14
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
Expand Down
Loading