diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index acbd0485..1b42cc4f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -18,9 +18,9 @@ jobs: PYTHON_SLACK_SDK_MOCK_SERVER_MODE: 'threading' CI_LARGE_SOCKET_MODE_PAYLOAD_TESTING_DISABLED: '1' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/pytype.yml b/.github/workflows/pytype.yml index 96eb6b2c..ddd36c13 100644 --- a/.github/workflows/pytype.yml +++ b/.github/workflows/pytype.yml @@ -13,9 +13,9 @@ jobs: matrix: python-version: ['3.9'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies