Skip to content

Commit 9792d79

Browse files
Bump actions/checkout from 3 to 4 (#811)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a8ee8c commit 9792d79

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: ⤵️ Check out code from GitHub
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: 🏗 Initialize CodeQL
2222
uses: github/codeql-action/init@v2
2323
- name: 🚀 Perform CodeQL Analysis

.github/workflows/labels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: 🚀 Run Label Syncer
2121
uses: micnncim/action-label-syncer@v1.3.0
2222
env:

.github/workflows/linting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Check YAML style
6969
steps:
7070
- name: ⤵️ Check out code from GitHub
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
- name: 🏗 Set up Python 3.8
7373
id: python
7474
uses: actions/setup-python@v4

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: ⤵️ Check out code from GitHub
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: 🏗 Set up Python 3.8
1818
id: python
1919
uses: actions/setup-python@v4

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python: ["3.8", "3.9", "3.10", "3.11"]
1818
steps:
1919
- name: ⤵️ Check out code from GitHub
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: 🏗 Set up Python ${{ matrix.python }}
2222
id: python
2323
uses: actions/setup-python@v4
@@ -62,7 +62,7 @@ jobs:
6262
needs: pytest
6363
steps:
6464
- name: ⤵️ Check out code from GitHub
65-
uses: actions/checkout@v3
65+
uses: actions/checkout@v4
6666
- name: ⬇️ Download coverage data
6767
uses: actions/download-artifact@v3
6868
- name: 🏗 Set up Python 3.9

.github/workflows/typing.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python: ["3.8", "3.9", "3.10", "3.11"]
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: 🏗 Set up Python ${{ matrix.python }}
2121
id: python
2222
uses: actions/setup-python@v4
@@ -59,7 +59,7 @@ jobs:
5959
python: [3.8, 3.9]
6060
steps:
6161
- name: ⤵️ Check out code from GitHub
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363
- name: 🏗 Set up Python ${{ matrix.python }}
6464
id: python
6565
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)