Skip to content

Commit

Permalink
Update to actions using Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidimensional committed Mar 22, 2024
1 parent a643f2f commit 147e9b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fi
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.COLLECTION_PATH }}

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
run: ansible-doc -t lookup github_release -M "${PWD}/plugins/lookup/" --json

- name: Run unit tests
run: make unit
run: make unit

0 comments on commit 147e9b0

Please sign in to comment.