Skip to content

Commit

Permalink
Keep actions up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Apr 1, 2023
1 parent d664255 commit fdba82e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
- run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: make test
4 changes: 2 additions & 2 deletions .github/workflows/stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v8
with:
days-before-stale: 90
days-before-close: 14
Expand All @@ -18,4 +18,4 @@ jobs:
exempt-issue-labels: 'never-stale'
# empty message will prevent PR's from being staled
stale-pr-message: ''
debug-only: true
debug-only: true
2 changes: 1 addition & 1 deletion .github/workflows/sync-eni-max-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'awslabs/amazon-eks-ami'
runs-on: ubuntu-latest
steps:
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
Expand Down

0 comments on commit fdba82e

Please sign in to comment.