We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f061f commit 7f7d1b7Copy full SHA for 7f7d1b7
.github/workflows/deploy-production.yml
@@ -17,7 +17,7 @@ jobs:
17
known_hosts: ${{ secrets.DEPLOY_KNOWN_HOSTS_PRODUCTION }}
18
config: ${{ secrets.DEPLOY_SSH_CONFIG }}
19
- uses: actions/checkout@v4
20
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
21
with:
22
python-version: '3.10'
23
- name: Install ansible and deploy to production
.github/workflows/deploy-staging.yml
known_hosts: ${{ secrets.DEPLOY_KNOWN_HOSTS_STAGING }}
- name: Install ansible and deploy to staging
0 commit comments