Skip to content

Commit

Permalink
Update actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Sep 21, 2024
1 parent c81f756 commit 276d1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
standard: [20]
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v4

- name: Create Environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
standard: [20]
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v4

- name: Create Environment
run: |
Expand Down

0 comments on commit 276d1e5

Please sign in to comment.