Skip to content

Commit

Permalink
Merge pull request #487 from sanger/y24-244-bump-checkout
Browse files Browse the repository at this point in the history
Y24-244 - Update checkout dependency to v4
  • Loading branch information
yoldas authored Nov 21, 2024
2 parents 88ce838 + 0ef266a commit d3c10f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: nelonoel/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get specific changed files
id: changed-files-specific
Expand Down

0 comments on commit d3c10f5

Please sign in to comment.