Bump actions/checkout@v3

This commit is contained in:
Peter Mescalchin 2022-03-09 12:17:17 +11:00
commit 8062e2ab19
5 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: mkdir -p path/to/artifact
@ -209,7 +209,7 @@ For environment variables created in other steps, make sure to use the `env` exp
```yaml
steps:
- run: |
- run: |
mkdir testing
echo "This is a file to upload" > testing/file.txt
echo "artifactPath=testing/file.txt" >> $GITHUB_ENV