Skip to content

Commit

Permalink
[ci] Update to latest action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 31, 2024
1 parent 004fa39 commit 21f9d9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Cache pip modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-pip
with:
Expand All @@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-python-${{ matrix.python-version }}

- name: Cache ansible setup
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-ansible
with:
Expand Down

0 comments on commit 21f9d9c

Please sign in to comment.