Skip to content

Commit a002de7

Browse files
Fix deprecated GitHub Actions command
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent bc11297 commit a002de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
path: vendor/bundle
6262
key: package-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}-${{ hashFiles('Gemfile.development_dependencies') }}-${{ matrix.versions }}
6363
- id: get-sha
64-
run: echo "::set-output name=sha::$(git rev-parse HEAD)"
64+
run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
6565
- name: Install Node modules with Yarn for renderer package
6666
run: |
6767
yarn install --no-progress --no-emoji

0 commit comments

Comments
 (0)