File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4747 run : apk add --no-cache tar
4848 continue-on-error : true
4949 - if : contains(matrix.terraform, '1.5.')
50- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
50+ uses : actions/cache@v4
5151 name : Cache TFLint plugin dir
5252 with :
5353 path : ~/.tflint.d/plugins
Original file line number Diff line number Diff line change 6565 with :
6666 python-version : 3.x
6767 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
68- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
68+ - uses : actions/cache@v4
6969 with :
7070 key : mkdocs-material-${{ env.cache_id }}
7171 path : .cache
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ resource "aws_iam_role_policy" "gh_artifacts_bucket" {
1717 ]
1818 Effect = " Allow"
1919 Resource = [
20+ " arn:aws:s3:::dev-github-ci-loop-artifacts/*" ,
21+ " arn:aws:s3:::dev-github-ci-loop-artifacts" ,
2022 " arn:aws:s3:::github-ci-loop-artifacts/*" ,
2123 " arn:aws:s3:::github-ci-loop-artifacts" ,
2224 " arn:aws:s3:::dev-github-ci-loop-artifacts/*" ,
You can’t perform that action at this time.
0 commit comments