Bump github.com/oracle/oci-go-sdk/v65 from 65.83.1 to 65.83.2 in /providers/oci in the gomodupdates group #3399
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Link Checking | |
"on": | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
md-links: | |
name: Run markdown link check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: markdown-link-check | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
use-verbose-mode: "yes" |