Skip to content

Commit

Permalink
Use vars for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Jan 15, 2025
1 parent 249c91d commit 0911d20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
path: ndla/deploy
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: ${{ vars.PYTHON_VERSION }}
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: ${{ vars.POETRY_VERSION }}
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.2"
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down

0 comments on commit 0911d20

Please sign in to comment.