diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d649352..b901cf9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,7 +37,7 @@ jobs: id: snapcraft-build uses: snapcore/action-build@v1 - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: charmed-http-proxy-policy-snap path: "*.snap" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7b3a96b..7af40c1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: name: HTTP Proxy Policy Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: actions/setup-python@v6 with: python-version: '3.x' @@ -67,7 +67,7 @@ jobs: id: snapcraft-build uses: snapcore/action-build@v1 - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: charmed-http-proxy-policy-snap path: "*.snap" diff --git a/http-proxy-configurator-operator/requirements.txt b/http-proxy-configurator-operator/requirements.txt index f157cae..4bcb95f 100644 --- a/http-proxy-configurator-operator/requirements.txt +++ b/http-proxy-configurator-operator/requirements.txt @@ -1,2 +1,2 @@ -ops==3.4.0 +ops==3.5.1 pydantic==2.12.5 diff --git a/http-proxy-policy-operator/requirements.txt b/http-proxy-policy-operator/requirements.txt index 6a9d2c1..b222c13 100644 --- a/http-proxy-policy-operator/requirements.txt +++ b/http-proxy-policy-operator/requirements.txt @@ -1,3 +1,3 @@ -ops==3.4.0 +ops==3.5.1 pydantic==2.12.5 requests==2.32.5 diff --git a/squid-forward-proxy-operator/requirements.txt b/squid-forward-proxy-operator/requirements.txt index f157cae..4bcb95f 100644 --- a/squid-forward-proxy-operator/requirements.txt +++ b/squid-forward-proxy-operator/requirements.txt @@ -1,2 +1,2 @@ -ops==3.4.0 +ops==3.5.1 pydantic==2.12.5