Skip to content

Commit

Permalink
Use actions/checkout@v4 for wiki generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll committed Jun 10, 2024
1 parent b3130b5 commit 0e24bc6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: Update Wiki

on:
push:
branches: [ main ]
branches:
- '**'

jobs:
update-wiki:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: featureprofiles
- name: Checkout wiki
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: "openconfig/featureprofiles.wiki"
repository: "bstoll/featureprofiles.wiki"
path: featureprofiles.wiki
- name: Set up Go
uses: actions/[email protected]
Expand Down

0 comments on commit 0e24bc6

Please sign in to comment.