Skip to content

Commit

Permalink
Update github action in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 4, 2024
1 parent 2ec1005 commit 719a157
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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@v3
uses: actions/checkout@v4
- name: Pull cache
uses: actions/cache@v3
with:
Expand All @@ -30,7 +30,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/[email protected]
with:
Expand All @@ -81,7 +81,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/[email protected]
with:
Expand All @@ -100,7 +100,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/[email protected]
with:
Expand All @@ -119,7 +119,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Pull cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set version
run: |
sed -i "" "s/\(static let version = \"\).*\(\"\)/\1${TAG}\2/" Sources/rswift/Config.swift
Expand Down

0 comments on commit 719a157

Please sign in to comment.