diff --git a/README.md b/README.md index d82b7a4..08faf0e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic: ```yaml steps: -- uses: actions/checkout@v1 +- uses: actions/checkout@v2 - uses: wopox1337/setup-amxxpawn@master with: @@ -33,7 +33,7 @@ jobs: name: AMXXPawn version ${{ matrix.amxx-version }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Setup AMXXPawn uses: wopox1337/setup-amxxpawn@master @@ -44,4 +44,4 @@ jobs: ``` # Credits -Thanks to https://github.com/rumblefrog/setup-sp repository author for great example. This action based on this code. \ No newline at end of file +Thanks to https://github.com/rumblefrog/setup-sp repository author for great example. This action based on this code.