Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Oefenweb/ansible-swapfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.36
Choose a base ref
...
head repository: Oefenweb/ansible-swapfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.37
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 10, 2023

  1. Fix deprecation errors

    tersmitten committed Jan 10, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    tersmitten Mischa ter Smitten
    Copy the full SHA
    79ff768 View commit details
Showing with 5 additions and 5 deletions.
  1. +4 −4 .github/workflows/ci.yml
  2. +1 −1 .github/workflows/release.yml
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

@@ -56,12 +56,12 @@ jobs:

steps:
- name: Check out the codebase
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"

- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Publish to Galaxy
uses: robertdebock/galaxy-action@1.2.0