diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6efee9be7..1e37c7a22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.0 - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: 3.x - name: Cache dependencies @@ -35,7 +35,7 @@ jobs: with: fetch-depth: '0' - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: 3.x - name: Cache dependencies diff --git a/.github/workflows/metadata-validation.yml b/.github/workflows/metadata-validation.yml index 47de6b20e..e5dc1bd94 100644 --- a/.github/workflows/metadata-validation.yml +++ b/.github/workflows/metadata-validation.yml @@ -18,7 +18,7 @@ jobs: name: Validate metadata.json steps: - uses: actions/checkout@v4.1.0 - - uses: actions/setup-python@v4.7.0 + - uses: actions/setup-python@v4.7.1 with: python-version: 3.x - run: pip install jsonschema