Skip to content

Commit

Permalink
Merge pull request #44 from oci-labs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3

Bump actions/checkout from 2.4.0 to 3
  • Loading branch information
iguessthislldo authored Mar 31, 2022
2 parents 3ed2eef + 2537033 commit fb7e0f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pyopendds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
DDS_ROOT: '/usr/share/dds'

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}

- name: Get OpenDDS
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
repository: 'iguessthislldo/OpenDDS-Debian'
path: OpenDDS-Debian
Expand Down

0 comments on commit fb7e0f7

Please sign in to comment.