Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Determine versions
id: versions
run: |
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
DB_USER: postgres
DATABASE_URL: postgres://postgres@localhost/ex_gridhook_test
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ needs.versions.outputs.erlang }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Configure AWS credentials
if: github.ref_name == github.event.repository.default_branch
uses: aws-actions/configure-aws-credentials@v6
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
GITHUB_SHA: ${{ github.sha }}
GITHUB_RUN_ID: ${{ github.run_id }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.repository.default_branch }}
fetch-depth: 0
- name: Checkout stack repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: barsoom/stack
path: stack
Expand Down
Loading