diff --git a/.github/workflows/webviz-core-components.yml b/.github/workflows/webviz-core-components.yml index 4c57a1a2..5036332e 100644 --- a/.github/workflows/webviz-core-components.yml +++ b/.github/workflows/webviz-core-components.yml @@ -23,10 +23,10 @@ jobs: steps: - name: 📖 Checkout commit locally - 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 }}