File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ jobs:
1919 run : |
2020 GITHUB_REF_STRIPPED=${GITHUB_REF#refs/*/}
2121 echo ::set-output name=tag::${GITHUB_REF_STRIPPED}
22- - uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
22+ - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
2323 - name : Cache Docker layers
24- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag= v3.0.11
24+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
2525 with :
2626 path : /tmp/.buildx-cache
2727 key : ${{ runner.os }}-buildx-${{ github.sha }}
2828 restore-keys : |
2929 ${{ runner.os }}-buildx-
3030 -
3131 name : Login to GitHub Container Registry
32- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
32+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
3333 with :
3434 registry : ghcr.io
3535 username : ${{ github.actor }}
3636 password : ${{ secrets.GITHUB_TOKEN }}
3737 -
3838 name : Build and push
39- uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3 .0
39+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
4040 with :
4141 push : true
4242 tags : ghcr.io/lunnova/import-ynab:${{ steps.tagvars.outputs.tag }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19- - uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag= v3.0.11
19+ - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
2020 with :
2121 path : |
2222 ~/.cargo/registry
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ oauth2 = "4"
1212serde_json = " *"
1313structopt = " *"
1414chrono = { version = " 0.4" , features = [" serde" ] }
15- reqwest = { version = " 0.11 " , features = [" blocking" ] }
15+ reqwest = { version = " 0.12 " , features = [" blocking" ] }
1616csv = " 1.1"
1717zip = " 0.6.3"
1818
You can’t perform that action at this time.
0 commit comments