Skip to content

Commit

Permalink
🚀 Update Github Workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotAVirus committed Sep 22, 2023
1 parent 261c2b8 commit 6341222
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
apps: ${{ steps.set-dirs.outputs.dir }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- id: set-dirs
run: echo "::set-output name=dir::$(ls -d apps/*/ | sed 's,apps/,,' | sed 's/.$//' | jq -R -s -c 'split("\n")[:-1]')"

Expand All @@ -40,13 +40,11 @@ jobs:
# --health-timeout 5s
# --health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@v1
id: setup_beam
with:
otp-version: '25.3'
elixir-version: 'v1.14.4'
version-file: .tool-versions

- name: Create caching key
id: caching_vars
Expand All @@ -62,7 +60,7 @@ jobs:

# Force Action to always save the cache by always using a different key
- name: Restore deps
uses: actions/cache@v2
uses: actions/cache@v3
id: mix_cache
with:
path: |
Expand Down

0 comments on commit 6341222

Please sign in to comment.