Skip to content

Commit a3dd869

Browse files
Merge pull request #124 from ARMmaster17/dependabot/github_actions/actions/checkout-3.3.0
2 parents 4fb06b7 + e474935 commit a3dd869

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
@@ -31,7 +31,7 @@ jobs:
3131
ports:
3232
- 6379:6379
3333
steps:
34-
- uses: actions/checkout@v3.1.0
34+
- uses: actions/checkout@v3.3.0
3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v4
3737
with:
@@ -79,7 +79,7 @@ jobs:
7979
- 6379:6379
8080
steps:
8181
- name: Check out Git repository
82-
uses: actions/checkout@v3.1.0
82+
uses: actions/checkout@v3.3.0
8383
- name: Set up Python ${{ matrix.python-version }}
8484
uses: actions/setup-python@v4
8585
with:
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: Check out Git repository
107-
uses: actions/checkout@v3.1.0
107+
uses: actions/checkout@v3.3.0
108108
- name: Set up Python ${{ matrix.python-version }}
109109
uses: actions/setup-python@v4
110110
with:
@@ -129,7 +129,7 @@ jobs:
129129
language: [ 'python' ]
130130
steps:
131131
- name: Checkout repository
132-
uses: actions/checkout@v3.1.0
132+
uses: actions/checkout@v3.3.0
133133
- name: Initialize CodeQL
134134
uses: github/codeql-action/init@v2
135135
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@v3.1.0
10+
- uses: actions/checkout@v3.3.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.1.0
9+
- uses: actions/checkout@v3.3.0
1010
- name: Set up Python 3.10
1111
uses: actions/setup-python@v4
1212
with:

0 commit comments

Comments
 (0)