diff --git a/.github/workflows/part_docs.yml b/.github/workflows/part_docs.yml index 47d41e7..e25cb40 100644 --- a/.github/workflows/part_docs.yml +++ b/.github/workflows/part_docs.yml @@ -20,7 +20,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -60,7 +60,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: actions/download-artifact@v7 with: name: docs diff --git a/.github/workflows/part_test.yml b/.github/workflows/part_test.yml index a10b590..7d24106 100644 --- a/.github/workflows/part_test.yml +++ b/.github/workflows/part_test.yml @@ -22,7 +22,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1 - name: "Read .tool-versions" id: toolVersions run: | @@ -43,7 +43,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -97,7 +97,7 @@ jobs: MIX_ENV: test steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -136,7 +136,7 @@ jobs: MIX_ENV: dev steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -169,7 +169,7 @@ jobs: DIALYZER_PLT_PRIV: true steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: erlef/setup-elixir@v1 id: setupBEAM with: @@ -214,7 +214,7 @@ jobs: DIALYZER_PLT_PRIV: true steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: erlef/setup-elixir@v1 id: setupBEAM with: