mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Bump actions/checkout to version 3 (#799)
This commit is contained in:
parent
a0fd5d4984
commit
5feba0767e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
generate-readme:
|
generate-readme:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- run: swift ./.github/main.swift
|
- run: swift ./.github/main.swift
|
||||||
- run: chmod +x ./.github/deploy.sh
|
- run: chmod +x ./.github/deploy.sh
|
||||||
- run: git config user.name "serhii-londar"
|
- run: git config user.name "serhii-londar"
|
||||||
|
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -10,5 +10,5 @@ jobs:
|
||||||
- run: gem install awesome_bot
|
- run: gem install awesome_bot
|
||||||
- run: gem install bundler
|
- run: gem install bundler
|
||||||
- run: gem install danger
|
- run: gem install danger
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- run: awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
|
- run: awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
|
||||||
|
|
Loading…
Reference in a new issue