Skip to content

Commit

Permalink
Merge pull request #1044 from ministryofjustice/renovate-actions-chec…
Browse files Browse the repository at this point in the history
…kout-4.x

Update actions/checkout action to v4.1.7
  • Loading branch information
froddd authored Aug 13, 2024
2 parents b417801 + 8626d29 commit 48578ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Check out code
uses: actions/[email protected].1
uses: actions/[email protected].7
- name: Generate Types
run: ./script/generate-types
- name: Create Pull Request
Expand Down

0 comments on commit 48578ed

Please sign in to comment.