diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fe0b1c..803e766 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install OTP and Elixir uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 diff --git a/.github/workflows/publish-to-hex.yml b/.github/workflows/publish-to-hex.yml index 276b5af..e9ea715 100644 --- a/.github/workflows/publish-to-hex.yml +++ b/.github/workflows/publish-to-hex.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout this repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install Erlang and Elixir uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4