Skip to content

Commit

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

Bump actions/checkout from 2 to 4
  • Loading branch information
iguessthislldo authored Oct 23, 2024
2 parents d243874 + 9961b62 commit a081b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
sudo apt-get install debhelper lintian
- name: Checkout OpenDDS-Debian
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: OpenDDS-Debian

- name: Checkout OpenDDS
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: 'objectcomputing/OpenDDS'
path: OpenDDS
Expand Down

0 comments on commit a081b84

Please sign in to comment.