Skip to content

Commit

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

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Guillaumebeuzeboc authored Feb 26, 2024
2 parents 1d70d73 + 3c7971b commit 17a3ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Determine any rockcraft.yaml changed in the PR
id: changed-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rock-release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Find the *latest* rockcraft.yaml
id: find-latest
Expand Down

0 comments on commit 17a3ac2

Please sign in to comment.