Skip to content

Commit

Permalink
Merge pull request #195 from JoshKeegan/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
JoshKeegan authored Sep 5, 2023
2 parents 767d3b9 + ae29b8a commit 9e3eab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: joshkeegan/dotnet-mixed-build:6.1
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint
working-directory: build
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate docs
working-directory: docs
Expand Down

0 comments on commit 9e3eab6

Please sign in to comment.