Skip to content

Commit

Permalink
Merge pull request #441 from ministryofjustice/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4

⬆️ Bump actions/checkout from 3 to 4
  • Loading branch information
Stephen James authored Oct 11, 2023
2 parents b17f099 + a719788 commit a08a70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
container:
image: ministryofjustice/tech-docs-github-pages-publisher:1.4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: htmlproofer
run: /publishing-scripts/publish.sh no-repository-changes
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
container:
image: ministryofjustice/tech-docs-github-pages-publisher:1.4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish
run: /publishing-scripts/publish.sh

0 comments on commit a08a70a

Please sign in to comment.