mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
GitHub: update workflow actions (#33595)
Summary: This PR updates the GitHub actions uses in the repository workflows. ## Changelog N/A Pull Request resolved: https://github.com/facebook/react-native/pull/33595 Test Plan: Run the workflows. Reviewed By: rickhanlonii Differential Revision: D35495697 Pulled By: cortinico fbshipit-source-id: a41a83dc61f199f9acbc0ce28d6a23fafc94a99c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bfc39353d1
commit
09b06485e9
@@ -9,7 +9,7 @@ jobs:
|
||||
name: Apply Needs Attention Label
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Apply Needs Attention Label
|
||||
uses: hramos/needs-attention@v1
|
||||
with:
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
name: Respond to Issue Based on Label
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Respond to Issue Based on Label
|
||||
uses: hramos/respond-to-issue-based-on-label@v2
|
||||
with:
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v4
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 180
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
name: Test Docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Free up space by removing unnecessary folders
|
||||
run: |
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
|
||||
Reference in New Issue
Block a user