Skip to content

Commit

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

Bump actions/checkout from 2 to 4
  • Loading branch information
bobokun authored Apr 2, 2024
2 parents 8bbc33e + e77de45 commit 664bc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.event_name != 'gollum'
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Sync docs to wiki
uses: newrelic/wiki-sync-action@main
with:
Expand All @@ -35,7 +35,7 @@ jobs:
if: github.event_name == 'gollum'
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }} # allows us to push back to repo
ref: develop
Expand Down

0 comments on commit 664bc95

Please sign in to comment.