Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 1 to 4 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd authored Sep 12, 2023
2 parents 28fdeb7 + 119bb74 commit 8e4f897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/[email protected]
Expand Down

0 comments on commit 8e4f897

Please sign in to comment.