diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/beam.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.github/workflows/beam.yml b/.github/workflows/beam.yml index c8785d7..c299c35 100644 --- a/.github/workflows/beam.yml +++ b/.github/workflows/beam.yml @@ -20,7 +20,7 @@ jobs:        fail-fast: false      steps:        - name: Checkout -        uses: actions/checkout@v4 +        uses: actions/checkout@v5        - name: Setup the BEAM          uses: erlef/setup-beam@v1          with: @@ -41,7 +41,7 @@ jobs:        runs-on: ubuntu-latest        steps:          - name: Checkout repository -          uses: actions/checkout@v4 +          uses: actions/checkout@v5            with:              fetch-depth: 0          - name: Setup the BEAM | 
