Skip to content

Commit

Permalink
Merge pull request #135 from ministryofjustice/renovate-github-actions
Browse files Browse the repository at this point in the history
chore(deps): update GitHub Actions
  • Loading branch information
nickdavis2001 authored May 7, 2024
2 parents 96a1bb0 + 77e39b4 commit 2ae6d94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
role-session-name: GitHubActionsIntegrationTests

- name: Setup Python
uses: actions/setup-python@9a7ac94420f42ee15fc60ab88d0dca4be1fd5757
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
with:
python-version: "3.12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analysis-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.0
- uses: actions/setup-go@v5.0.1
with:
go-version: '^1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_path_to_live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
terraform_directory: "./terraform/environment"
- name: "Semver tag"
id: semver_tag
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v2.3.1
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v2.7.3
with:
prerelease: true
with_v: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
terraform_directory: "./terraform/environment"
- name: "Semver tag"
id: semver_tag
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v2.3.1
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v2.7.3
with:
prerelease: true
with_v: true
Expand Down

0 comments on commit 2ae6d94

Please sign in to comment.