We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aae44c commit 06f0c39Copy full SHA for 06f0c39
.github/workflows/react.yml
@@ -13,6 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
17
- name: Build the Docker image
18
run: docker compose run --rm react-app sh -c 'cd react-app && npm install && npm run build'
.github/workflows/swift.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: macos-latest
- uses: actions/cache@v4
with:
19
path: app/error-collector/.build
0 commit comments