Skip to content

Commit

Permalink
Renovate Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent afab8a9 commit cd19f73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fi
- name: Bump version and push tag
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.1.0
id: semver_tag
with:
with_v: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
role-duration-seconds: 1800
role-session-name: OPGGetServiceStats
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.11.5
- name: Install requirements
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_destroy_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
- workspace_name
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set terraform version
id: set-terraform-version
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.0
with:
terraform_directory: "./terraform/environment"
terraform_versions_file: ".terraform-version"
Expand Down

0 comments on commit cd19f73

Please sign in to comment.