Skip to content

Commit 849ee37

Browse files
committed
Merge branch 'main' of github.com:machulav/ec2-github-runner into bugfix/johnsonrw82/ops-3199
2 parents d8baac4 + 1def93c commit 849ee37

File tree

7 files changed

+4656
-2055
lines changed

7 files changed

+4656
-2055
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
BRANCH=${BRANCH#"refs/heads/"}
1919
echo "::set-output name=branch-name::${BRANCH}"
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
ref: ${{ steps.get-branch.outputs.branch-name }}
2424
- name: Install packages

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Cache dependencies
14-
uses: actions/cache@v2
14+
uses: actions/cache@v3
1515
with:
1616
path: '**/node_modules'
1717
key: ec2-github-runner-${{ hashFiles('**/package-lock.json') }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
161161
sudo yum update -y && \
162162
sudo yum install docker -y && \
163163
sudo yum install git -y && \
164+
sudo yum install libicu -y && \
164165
sudo systemctl enable docker
165166
```
166167

0 commit comments

Comments
 (0)