mirror of
https://github.com/jlengrand/open-source-mac-os-apps.git
synced 2026-03-10 08:31:19 +00:00
Bump actions/checkout to version 3 (#799)
This commit is contained in:
committed by
GitHub
parent
a0fd5d4984
commit
5feba0767e
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
|
||||||
|
|||||||
Reference in New Issue
Block a user