Skip to content

Commit

Permalink
Use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Oct 11, 2023
1 parent dff3a0c commit 5977d6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can find the image on [Docker Hub](https://hub.docker.com/r/botsudo/action-d
## Example usage for 5.x series

```yml
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build doctum docs
uses: sudo-bot/action-doctum@v5
with:
Expand All @@ -30,7 +30,7 @@ You can find the image on [Docker Hub](https://hub.docker.com/r/botsudo/action-d
## Example usage for latest series
```yml
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build doctum docs
uses: sudo-bot/action-doctum@latest
with:
Expand All @@ -44,7 +44,7 @@ You can find the image on [Docker Hub](https://hub.docker.com/r/botsudo/action-d
## Example usage for dev series
```yml
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build doctum docs
uses: sudo-bot/action-doctum@dev
with:
Expand All @@ -67,7 +67,7 @@ jobs:
name: lint-phpdoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create a config file
# Scan all the src folder
run: echo "<?php return new Doctum\Doctum('src/');" > doctum-config.php
Expand Down

0 comments on commit 5977d6f

Please sign in to comment.