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 602c80b commit f964048Copy full SHA for f964048
.github/workflows/react.yml
@@ -13,6 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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