Skip to content

Commit 98393ef

Browse files
Merge pull request #111 from ARMmaster17/dependabot/github_actions/actions/checkout-3.1.0
2 parents 69bd2af + c1cb174 commit 98393ef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ports:
3333
- 6379:6379
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v3.1.0
3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: actions/setup-python@v4
3838
with:
@@ -80,7 +80,7 @@ jobs:
8080
- 6379:6379
8181
steps:
8282
- name: Check out Git repository
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@v3.1.0
8484
- name: Set up Python ${{ matrix.python-version }}
8585
uses: actions/setup-python@v4
8686
with:
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Check out Git repository
108-
uses: actions/checkout@v3
108+
uses: actions/checkout@v3.1.0
109109
- name: Set up Python ${{ matrix.python-version }}
110110
uses: actions/setup-python@v4
111111
with:
@@ -130,7 +130,7 @@ jobs:
130130
language: [ 'python' ]
131131
steps:
132132
- name: Checkout repository
133-
uses: actions/checkout@v3
133+
uses: actions/checkout@v3.1.0
134134
- name: Initialize CodeQL
135135
uses: github/codeql-action/init@v2
136136
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
sphinx-build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3.1.0
1111
- name: Install Python
1212
uses: actions/setup-python@v4
1313
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
release:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v3.1.0
1010
- name: Set up Python 3.10
1111
uses: actions/setup-python@v4
1212
with:

0 commit comments

Comments
 (0)