1010 end-to-end :
1111 runs-on : ubuntu-20.04
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Set up Python ${{ matrix.python-version }}
1515 uses : actions/setup-python@v3
1616 with :
2727 role-common :
2828 runs-on : ubuntu-20.04
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : Set up Python ${{ matrix.python-version }}
3232 uses : actions/setup-python@v3
3333 with :
4444 role-desktop :
4545 runs-on : ubuntu-20.04
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - name : Set up Python ${{ matrix.python-version }}
4949 uses : actions/setup-python@v3
5050 with :
6161 role-dev :
6262 runs-on : ubuntu-20.04
6363 steps :
64- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v4
6565 - name : Set up Python ${{ matrix.python-version }}
6666 uses : actions/setup-python@v3
6767 with :
7878 role-fuzzing :
7979 runs-on : ubuntu-20.04
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 - name : Set up Python ${{ matrix.python-version }}
8383 uses : actions/setup-python@v3
8484 with :
9595 role-hashicorp :
9696 runs-on : ubuntu-20.04
9797 steps :
98- - uses : actions/checkout@v3
98+ - uses : actions/checkout@v4
9999 - name : Set up Python ${{ matrix.python-version }}
100100 uses : actions/setup-python@v3
101101 with :
@@ -112,7 +112,7 @@ jobs:
112112 role-recon :
113113 runs-on : ubuntu-20.04
114114 steps :
115- - uses : actions/checkout@v3
115+ - uses : actions/checkout@v4
116116 - name : Set up Python ${{ matrix.python-version }}
117117 uses : actions/setup-python@v3
118118 with :
@@ -129,7 +129,7 @@ jobs:
129129 role-reveng :
130130 runs-on : ubuntu-20.04
131131 steps :
132- - uses : actions/checkout@v3
132+ - uses : actions/checkout@v4
133133 - name : Set up Python ${{ matrix.python-version }}
134134 uses : actions/setup-python@v3
135135 with :
@@ -146,7 +146,7 @@ jobs:
146146 role-vscode :
147147 runs-on : ubuntu-20.04
148148 steps :
149- - uses : actions/checkout@v3
149+ - uses : actions/checkout@v4
150150 - name : Set up Python ${{ matrix.python-version }}
151151 uses : actions/setup-python@v3
152152 with :
0 commit comments