Skip to content

Commit 8be1d4b

Browse files
authored
Stop using @master for GH actions (#5503)
1 parent 08a97cc commit 8be1d4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- {VERSION: "3.9", TOXENV: "py39", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
2121
name: "Python ${{ matrix.PYTHON.VERSION }} on macOS"
2222
steps:
23-
- uses: actions/checkout@master
23+
- uses: actions/checkout@v2
2424
- name: Setup python
2525
uses: actions/setup-python@v2
2626
with:
@@ -66,7 +66,7 @@ jobs:
6666
- {VERSION: "3.9", TOXENV: "py39", MSVC_VERSION: "2019", CL_FLAGS: "/D USE_OSRANDOM_RNG_FOR_TESTING"}
6767
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
6868
steps:
69-
- uses: actions/checkout@master
69+
- uses: actions/checkout@v2
7070
- name: Setup python
7171
uses: actions/setup-python@v2
7272
with:

.github/workflows/wheel-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.8/bin/python3'
6868
name: "${{ matrix.PYTHON.VERSION }} ABI ${{ matrix.PYTHON.ABI_VERSION }} macOS"
6969
steps:
70-
- uses: actions/checkout@master
70+
- uses: actions/checkout@v2
7171
- run: |
7272
curl "$PYTHON_DOWNLOAD_URL" -o python.pkg
7373
sudo installer -pkg python.pkg -target /
@@ -122,7 +122,7 @@ jobs:
122122
- {VERSION: "3.8", MSVC_VERSION: "2019", "USE_ABI3": "true", "ABI_VERSION": "cp36"}
123123
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.WINDOWS }} ${{ matrix.PYTHON.ABI_VERSION }}"
124124
steps:
125-
- uses: actions/checkout@master
125+
- uses: actions/checkout@v2
126126
- name: Setup python
127127
uses: actions/setup-python@v2
128128
with:

0 commit comments

Comments
 (0)