Skip to content

Commit

Permalink
Workflow: Update actions/checkout to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cursey committed Feb 1, 2024
1 parent 45cf6c2 commit e1a9cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Configure
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Amalgamate
run: |
Expand Down

0 comments on commit e1a9cf1

Please sign in to comment.