Skip to content

Commit

Permalink
Merge pull request #260 from osgi/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
bjhargrave committed Nov 1, 2023
2 parents b345d53 + 48b30d2 commit 3468d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docsbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
BUNDLE_PATH: vendor/bundle
steps:
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Ruby
Expand Down

0 comments on commit 3468d40

Please sign in to comment.