Skip to content

Commit

Permalink
Merge pull request #1914 from cam-rod/ELY-2565
Browse files Browse the repository at this point in the history
[ELY-2565] Update actions/checkout in Elytron website workflow to v3
  • Loading branch information
fjuma committed Jun 6, 2023
2 parents b75b66d + 60e0de3 commit b35659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Actions
steps:
# First, checkout the code.
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Next, execute our custom action to build and deploy the site to the gh-pages branch.
- uses: ./.github/actions/build-and-deploy-site
env:
Expand Down

0 comments on commit b35659a

Please sign in to comment.