Skip to content

Commit

Permalink
Merge pull request #122 from pabloromeo/dev
Browse files Browse the repository at this point in the history
Merging dev to master
  • Loading branch information
pabloromeo authored Mar 12, 2022
2 parents aebbf84 + 90fa28a commit d9c0622
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 192 deletions.
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

0 comments on commit d9c0622

Please sign in to comment.