Skip to content

Commit

Permalink
Upgrade other actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samdbmg committed Aug 31, 2024
1 parent fa46e5a commit affa054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: traefik_auth_proxy # Check out to where Ansible expects to find it
- name: Setup Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Append GitHub Actions system path
Expand All @@ -46,11 +46,11 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: traefik_auth_proxy # Check out to where Ansible expects to find it
- name: Setup Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install deps
Expand Down

0 comments on commit affa054

Please sign in to comment.