diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a898c73..97f4063 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: egress-policy: audit - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.x' - name: Install poetry diff --git a/action.yml b/action.yml index 32f4eef..777650a 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: repository: jmertic/lfx-landscape-tools path: landscape-tools - name: Set up Python 3.x - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.x' - name: Install poetry