Skip to content

Commit

Permalink
Downgrade github action in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 5, 2024
1 parent 2bbd302 commit 91dbfc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Pull cache
uses: actions/cache@v4
with:
Expand All @@ -30,7 +30,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand All @@ -81,7 +81,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand All @@ -100,7 +100,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand All @@ -119,7 +119,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Pull cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 91dbfc5

Please sign in to comment.