Skip to content

Commit

Permalink
Merge pull request #986 from fsharp/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
nojaf authored Nov 15, 2023
2 parents 8a02c78 + 4fecaee commit d0b78c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout fsharp main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dotnet/fsharp
path: ${{ env.FSHARP_DIR }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout fsharp main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dotnet/fsharp
path: ${{ env.FSHARP_DIR }}
Expand Down

0 comments on commit d0b78c1

Please sign in to comment.